as.matrix.tis {tis} | R Documentation |
Create a Matrix from a Time Indexed Series
Description
The function adds a dim
attribute of
c(length(x), 1)
to its argument unless it already has a
dim
attribute of length 2.
Usage
## S3 method for class 'tis'
as.matrix(x, ...)
Arguments
x |
a |
... |
ignored |
Value
A tis
object with a dim
attribute of length 2.
[Package tis version 1.39 Index]