Description Usage Arguments Value Author(s) Examples
takes the Complete VI and optimally accumulated Rainfall (and tmperature if included), calculates a lm
between them
And then performs a bfast
.in the residuals. If BFAST.raw=TRUE, it will perform bfast on the Complete VI ts
1 2 3 4 5 6 7 8 |
CTSR.VI |
Complete Monthly Time Series of Vegetation Index values.
An object of class |
CTSR.RF |
Complete Time Series of Rainfall. An object of class 'ts' object without NA's
and be the same length and cover the same time range as CTSR.VI.
If ACP.table is provided, CTSR.RF will be automitaclly calculated using the
|
CTSR.TM |
Complete Time Series of temperature. An object of class 'ts' object without NA's and be the same length and cover the same time range as CTSR.VI. Default (CTSR.TM=NULL). |
season |
See |
BFAST.raw |
Defualt = FALSE If TRUE will perform a BFAST (season="harmonic") on the CTSR.VI If FALSE will perform BFAST on the CTSR VPR residuals |
h |
See |
List of objects:
bkps The index of the Breakpoints detected. If no breakpoints are detected, bkps = FASLE
BFAST.obj
See bfast
CTS.lm
the lm
of CTSR.VI and CTSR.RF
BFAST.type the type of BFAST done (VPR residuals or on the VI timeseris itself)
Arden Burrell, arden.burrell@unsw.edu.au
1 2 3 4 | ## Not run:
VPRBFdem <- VPR.BFAST(segVPRCTSR$cts.NDVI, segVPRCTSR$cts.precip)
print(VPRBFdem)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.