Learn R Programming

metadynminer (version 0.1.7)

head.hillsfile: Print first n lines of hillsfile

Description

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

Usage

# 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

Run this code
# NOT RUN {
head(acealanme)
# }

Run the code above in your browser using DataLab