Description Usage Arguments Details Value
View source: R/ccdcTimeSeries.R
Implementation of CCDC fitting and variable deriviation for time series Sentinel-1 data.
1 2 3 4 5 6 7 8 9 10 | ccdcTimeSeriesSAR(
values,
VI = c("VV", "VH"),
startDOY = 2016,
init_rirls,
rirls,
ccdc,
init_ccdc,
rmse
)
|
values |
a dataframe with time series Landsat data. |
VI |
character. A spectral index to fit harmonic model. |
startDOY |
numeric. A julian day of starting CCD change detection. |
init_rirls |
(function) |
rirls |
(function) |
ccdc |
(function) |
init_ccdc |
(function) |
rmse |
(function) |
Main function for CCDC implementation. For Landsat 8 data, use ccdcTimeSeries
.
a dataframe with CCDC results and potential disturbance flags.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.