Description Usage Arguments Value Examples
View source: R/method_analys.R
Assessment of trend significance using the Mann-Kendall trend test. Time series is prewithened using Zhang method zyp.trend.vector.
1 | mann_kendall(data_in, cover_thresh = 0.9)
|
data_in |
vector of input data |
cover_thresh |
Significance only calculated when percentage of NAs in input vector does not exceed cover_thresh (0-1) |
Kendall's P-value computed on the final detrended time series.
1 2 3 | data_mk <- c(2, 3, 5, 6 ,8, 5, 8, 12, NA, NA)
mann_kendall(data_in, cover_thresh = 0.5)
mann_kendall(data_in, cover_thresh = 0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.