Learn R Programming

lfl (version 1.3)

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

"tail"(x, n=6L, ...)

Arguments

x
An instance of farules class
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.
...
Unused.

Value

The instance of the farules class.

Details

Return a part of x.

See Also

head.farules, farules