Description Objects from the class See Also
Result from rtsa.stl and rtsa.seas stored as a STDstack object.
Slots for STDstack objects include: 
std: Seasonal Trend Decomposition method used;
mask: the raster mask of valid pixels;
seasonal_amplitude: the raster of seasonal amplitude;
seasonal_amplitude: the raster of seasonal amplitude standard deviation;
trend_slope: the raster of trend slope value;
remainder_stdev: the raster of the remainder standard deviation;
rts: input raster time series as RasterBrickTS object;
seasonality: seasonal component as RasterBrickTS object;
trend: trend component as RasterBrickTS object;
seasonaladjtrend: seasonal adjusted trend component as RasterBrickTS object;
remainder: remainder component as RasterBrickTS object.
Objects are created by calls to rtsa.stl and rtsa.seas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.