Description Usage Arguments Details Value
This function uses the MannKendall()
function from the Kendall package and applies the default two-sided test. The values tested must be either a vector of numeric or time series values.
1 | tidyMK(ygDataList, valueColumn, idLabel = "Site")
|
ygDataList |
A list of data.frame or tibble data objects providing station data. |
valueColumn |
The column name, character or integer, of the data values to be tested. |
idLabel |
A character string to label the id column. |
Calculate and return tidy data.frame of Mann Kendall results
A data.frame of test results: Mann-Kendall tau and 2-sided p-value. One row per dataframe in the provided list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.