| auto.arima.Track | R Documentation | 
Fit arima models to objects of class "Track".
auto.arima.Track(X, ...)
X | 
 an object of class "Track"  | 
... | 
 passed to arguments of auto.arima  | 
This fita arima models to the x,y locations of objects of class "Track".
an object of class "ArimaTrack"
Mohammad Mehdi Moradi <moradi@uji.es>
rTrack, auto.arima
if (require(forecast)) {
 X <- rTrack()
 auto.arima.Track(X)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.