outlier | R Documentation |
Returns an object of class "ts"
that contains the names of the
outliers.
outlier(x, full = FALSE)
x |
an object of class |
full |
logical, should the full label of the outlier be shown? If
|
character string time series with outliers.
x <- seas(AirPassengers)
outlier(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.