Description Usage Arguments Value Author(s) Examples
Takes the breakpoints detected by VPR.BFAST
, finds the most significant one then tests it in both
the residuals and the VPR.
1 |
anu.VI |
The annual (Growing season) max VI. Must be a object of class |
acu.RF |
The optimal accumulated rainfall for anu.VI. Must be a object of class |
VI.index |
the index of the CTSR.VI ts that the anu.VI values occur at. Must be the same length
as anu.VI. NOTE. R indexs from 1 rather than 0.
if VI.index=FALSE, it will be calculated from the CTSR.VI using |
breakpoints |
vector containing the breakpoints detected by |
acu.TM |
The optimal accumulated rainfall for anu.TM. Must be a object of class |
sig |
Significance of all the functions. defualt sig=0.05 |
n.Method The method that the ts should be tested with. TSSRESTREND internal communication.
bp.summary
Summary of the most signifcant breakpoint in the residuals and VPR.
see sctest
allbp.index
the Annual index of every breakpoint. Used by plot.TSSRESTREND
bpRESID.chow
Chow test in the VPR residuals. See sctest
bpVPR.chow
Chow test in the VPR. See sctest
Arden Burrell, arden.burrell@unsw.edu.au
1 2 3 4 5 6 7 8 9 | ## Not run:
#Test the complete time series for breakpoints
VPRBFdem <- VPR.BFAST(segVPRCTSR$cts.NDVI, segVPRCTSR$cts.precip)
bp <- as.numeric(VPRBFdem$bkps)
#test the significance of the breakpoints
reschow <- CHOW(segVPR$max.NDVI, segVPR$acum.RF, segVPR$index, bp)
print(reschow)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.