tail.farules: Return the last part of an instance of the farules
class
Description
Returns the last part of an instance of the farules
class.
Usage
# S3 method for farules
tail(x, n=6L, ...)
Arguments
n
A single integer. If positive, return last \(n\) elemens of x
.
If negative, return all but the \(n\) last number of elements of x
.
Value
The instance of the farules
class.
Details
Return a part of x
.