mk_sig: Count number of significant Mann-Kendall trends

Description Usage Arguments Value Author(s) Examples

View source: R/mann-kendall.R

Description

Count number of significant Mann-Kendall trends

Usage

1
mk_sig(d_long, alpha = 0.05)

Arguments

d_long

data frame in long format (see make_long)

alpha

significance level (default 0.05)

Value

table showing number of significant and non-significant Mann-Kendall trends

Author(s)

Ken Butler, butler@utsc.utoronto.ca

Examples

1
2
mk_sig(nine_points_long)
mk_sig(nine_points_long, alpha=0.01)

nxskok/seaiceR documentation built on Nov. 4, 2019, 10:12 p.m.