`tail.hillsfile3d` prints last n lines of a hillsfile3d object.

# S3 method for hillsfile3d
tail(x, n = 10, ...)

Arguments

x

hillsfile3d object.

n

number of lines (default 10).

...

further arguments passed to or from other methods.

Examples

tail(acealanme3d)
#>          V1         V2         V3        V4  V5  V6  V7         V8 V9
#> 29991 29991  1.8125752 -0.5270846 -2.468100 0.3 0.3 0.3 0.61805037 10
#> 29992 29992  1.0789098 -0.9256693  2.380693 0.3 0.3 0.3 0.24787143 10
#> 29993 29993  0.9961895 -0.6210323  2.215870 0.3 0.3 0.3 0.32702435 10
#> 29994 29994  1.7097445 -0.3440696  2.630066 0.3 0.3 0.3 0.37097924 10
#> 29995 29995  2.0333511 -0.6909423 -2.973225 0.3 0.3 0.3 0.49476065 10
#> 29996 29996  2.5655652 -0.8870111 -3.137207 0.3 0.3 0.3 0.42419597 10
#> 29997 29997 -2.9439916 -1.9604017  3.008765 0.3 0.3 0.3 0.16463574 10
#> 29998 29998 -2.5108049 -2.3113331 -2.652249 0.3 0.3 0.3 0.15377346 10
#> 29999 29999 -2.7223292 -2.7184080  2.849739 0.3 0.3 0.3 0.09511971 10
#> 30000 30000 -2.9164912  2.6998342 -2.380287 0.3 0.3 0.3 0.14548076 10