ts_scale | R Documentation |
Subtract mean (sum(x)/n) and divide by standard deviation
(sqrt(sum(x^2)/(n-1))). Based on base::scale()
.
ts_scale(x, center = TRUE, scale = TRUE)
x |
ts-boxable time series, an object of class |
center |
logical |
scale |
logical |
a ts-boxable object of the same class as x
, i.e., an object of
class ts
, xts
, zoo
, zooreg
, data.frame
, data.table
, tbl
,
tbl_ts
, tbl_time
, tis
, irts
or timeSeries
.
ts_plot(ts_scale((ts_c(airmiles, co2, JohnsonJohnson, discoveries))))
ts_plot(ts_scale(ts_c(AirPassengers, DAX = EuStockMarkets[, "DAX"])))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.