MK_mut_test: Mann-Kendall mutation test

Description Usage Arguments Value

View source: R/sibadaR.R

Description

Make Mann-Kendall mutation test and draw plot. Where the UF and UB curve cross means a mutation may be happen.

Usage

1
2
MK_mut_test(x, plot = TRUE, out.value = FALSE, index = NULL, p.size = 3,
  l.size = 0.6)

Arguments

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.

Value

Plot or values of UF and UB series from M-K mutation test.


Sibada/sibadaR documentation built on Jan. 31, 2020, 6:40 p.m.