tail.oce {oce}R Documentation

Extract the End of an Oce Object

Description

Extract the End of an Oce Object

Usage

## S3 method for class '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.


[Package oce version 0.9-22 Index]