timeSeries-deprecated | R Documentation |
seriesData (removed) extracts data slot from a 'timeSeries'.
use as.matrix instead. |
removeNA(x, ...)
substituteNA(x, type = c("zeros", "mean", "median"), ...)
interpNA(x, method = c("linear", "before", "after"), ...)
x |
a numeric matrix, or any other object which can be transformed into
a matrix through |
method |
for |
type |
Three alternative methods are provided to remove NAs from the
data:
|
... |
arguments to be passed to the function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.