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