`head.hillsfile` prints first n lines of a hillsfile object.

# S3 method for hillsfile
head(x, n = 10, ...)

Arguments

x

hillsfile object.

n

number of lines (default 10).

...

further arguments passed to or from other methods.

Examples

head(acealanme)
#>    V1         V2       V3  V4  V5       V6 V7
#> 1   1 -1.4089207 2.808417 0.3 0.3 1.111111 10
#> 2   2 -2.5054599 2.791269 0.3 0.3 1.111111 10
#> 3   3 -2.3459993 2.754363 0.3 0.3 1.068912 10
#> 4   4 -1.1982724 2.872286 0.3 0.3 1.073933 10
#> 5   5 -2.1205679 2.583882 0.3 0.3 1.062052 10
#> 6   6 -1.4061150 2.517488 0.3 0.3 1.059744 10
#> 7   7 -0.3875133 2.294142 0.3 0.3 1.110805 10
#> 8   8 -1.1792650 2.526387 0.3 0.3 1.029083 10
#> 9   9 -2.3004914 2.476911 0.3 0.3 1.023473 10
#> 10 10 -2.6298954 2.320096 0.3 0.3 1.059095 10