as.data.frame.tis: Coerce to a Data Frame

Description Usage Arguments Details Value See Also

Description

Coerce a Time Indexed Series to a data frame.

Usage

1
2
## S3 method for class 'tis'
as.data.frame(x, ...)

Arguments

x

a tis series

...

other args passed on to as.data.frame.matrix or as.data.frame.vector

Details

The function is very simple: it calls as.data.frame.matrix if x is a matrix, or as.data.frame.vector if it is not.

Value

a data frame.

See Also

data.frame


tis documentation built on Sept. 29, 2021, 1:06 a.m.