| na.x13 | R Documentation | 
Utility function to substitute NA values by -99999. Useful as a value for the
na.action argument in seas().
na.x13(x)
x | 
 an object of class   | 
a time series, with NA values substituted by -99999.
AirPassengersNA <- AirPassengers
AirPassengersNA[20] <- NA
na.x13(AirPassengersNA)
seas(AirPassengersNA, na.action = na.x13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.