powered by
fsets
Returns the first part of an instance of the fsets class.
# S3 method for fsets head(x, n=6L, ...)
An instance of fsets class
A single integer. If positive, return first \(n\) rows of x. If negative, return all but the \(n\) first number of elements of x.
x
Unused.
The instance of the fsets class.
Return a part of x.
tail.fsets, fsets, fcut, lcut
tail.fsets
fcut
lcut
# NOT RUN { d <- lcut3(CO2[, 1:2]) print(head(d)) # }
Run the code above in your browser using DataLab