tail.hillsfile.Rd
`tail.hillsfile` prints last n lines of a hillsfile object.
# S3 method for hillsfile
tail(x, n = 10, ...)
hillsfile object.
number of lines (default 10).
further arguments passed to or from other methods.
tail(acealanme)
#> V1 V2 V3 V4 V5 V6 V7
#> 29991 29991 1.1784093 0.8587391 0.3 0.3 0.03917186 10
#> 29992 29992 -0.5019886 1.6151914 0.3 0.3 0.05581052 10
#> 29993 29993 0.6605638 1.0783539 0.3 0.3 0.03487491 10
#> 29994 29994 1.1581420 0.1940429 0.3 0.3 0.03232770 10
#> 29995 29995 1.2750461 -1.0110551 0.3 0.3 0.05232295 10
#> 29996 29996 1.4585515 -0.3767603 0.3 0.3 0.05773804 10
#> 29997 29997 1.3233374 -1.2308082 0.3 0.3 0.06073219 10
#> 29998 29998 1.0558069 -0.2819982 0.3 0.3 0.03648584 10
#> 29999 29999 1.1201026 -0.5107705 0.3 0.3 0.03957364 10
#> 30000 30000 0.6949235 -0.7225822 0.3 0.3 0.06111914 10