dplR (version 1.7.0)

time.rwl: Return time values for rwl and crn objects

Description

Returns the time values for rwl and crn objects.

Usage

# S3 method for rwl
time(x, ...)
# S3 method for crn
time(x, ...)

Arguments

x

An object of class "rwl" or an aboject of class "crn".

Not used.

Value

A numeric vector of time (typically in years) for the object. This is done via as.numeric(rownames(x)) but has been asked for by users so many times that it is being included as a function.

See Also

read.rwl read.crn

Examples

Run this code
# NOT RUN {
library(utils)
data(co021)
co021.yrs <- time(co021)
# }

Run the code above in your browser using DataCamp Workspace