Description Usage Arguments Value
Make Mann-Kendall mutation test and draw plot. Where the UF and UB curve cross means a mutation may be happen.
1 2 | MK_mut_test(x, plot = TRUE, out.value = FALSE, index = NULL, p.size = 3,
l.size = 0.6)
|
x |
A single time series (can be xts object) to do that test. If x has multi column, it will only choose the first column to do that test. |
plot |
TRUE or FALSE. If it will draw a plot. |
out.value |
TRUE or FALSE. If it return the UF and UB value series or plot. |
index |
Index for x axis of plot. |
p.size |
Point size of plot. |
l.size |
Line size of plot. |
Plot or values of UF and UB series from M-K mutation test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.