head.hillsfile3d.Rd
`head.hillsfile3d` prints first n lines of a hillsfile3d object.
# S3 method for hillsfile3d
head(x, n = 10, ...)
hillsfile3d object.
number of lines (default 10).
further arguments passed to or from other methods.
head(acealanme3d)
#> V1 V2 V3 V4 V5 V6 V7 V8 V9
#> 1 1 -1.586839 -2.968708 3.012646 0.3 0.3 0.3 1.111111 10
#> 2 2 -1.067212 2.745279 2.943993 0.3 0.3 0.3 1.109334 10
#> 3 3 -1.375999 2.697252 3.049139 0.3 0.3 0.3 1.079921 10
#> 4 4 -1.663207 2.922121 -3.064530 0.3 0.3 0.3 1.072333 10
#> 5 5 -1.524089 2.782560 -2.929853 0.3 0.3 0.3 1.042701 10
#> 6 6 -1.146404 2.864219 -2.909451 0.3 0.3 0.3 1.047881 10
#> 7 7 -2.148383 2.263670 -3.010239 0.3 0.3 0.3 1.108354 10
#> 8 8 -1.140097 2.240770 -2.832695 0.3 0.3 0.3 1.094153 10
#> 9 9 -2.652321 2.887578 -3.089794 0.3 0.3 0.3 1.109569 10
#> 10 10 -2.825241 2.642452 -2.821591 0.3 0.3 0.3 1.089782 10