tail.oce: Extract the End of an Oce Object
Description
Extract the End of an Oce Object
Usage
# S3 method for oce
tail(x, n = 6L, ...)
Arguments
x
An oce
object of a suitable class (presently only adp
is
permitted).
n
Number of elements to extract.
See Also
head.oce
, which yields the start of an oce
object.