Learn R Programming

lfl (version 1.2)

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 class 'farules':
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

Details

Return a part of x.

See Also

head.farules, farules