Learn R Programming

timeSeries (version 4052.112)

timeSeries-deprecated: Deprecated functions in 'timeSeries' package

Description

seriesData (removed) extracts data slot from a 'timeSeries'. use as.matrix instead.

Usage

removeNA(x, ...)

Arguments

x

a numeric matrix, or any other object which can be transformed into a matrix through x = as.matrix(x, ...). If x is a vector, it will be transformed into a one-dimensional matrix.

...

arguments to be passed to the function as.matrix.