R/astimedData.R

Defines functions as.timedData

Documented in as.timedData

as.timedData <- function(timeseries)
{
  mat=as.matrix(timeseries)
  rownames(mat)=time(timeseries)
  attr(mat,"class")<-NULL
  attr(mat,"tsp")<-NULL
  mat
}

# eof

Try the smfsb package in your browser

Any scripts or data that you put into this service are public.

smfsb documentation built on May 2, 2019, 5:13 a.m.