Learn R Programming

oce (version 0.9-23)

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.

...

ignored

See Also

head.oce, which yields the start of an oce object.