head: Return head object data frame

Description Usage Arguments Examples

Description

Short for head(getDf()). Returns the top of the object data frame which contains most information on the object, see getDf for details.

Usage

1
2
3
4
5
6
7
head(x, ...)

## S4 method for signature 'block'
head(x, ...)

## S4 method for signature 'Basis'
head(x, ...)

Arguments

x

an MVST object

...

other parameters passed to base::head

Examples

1
2
3
data(icesat)
icesat_obs <- Obs(df=icesat)
head(icesat_obs,n=10)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.