Description Usage Arguments Value Examples
Complete TDA power analyis
1 | TDA_Kendall(conc, time)
|
conc |
vector of conc (concentration, BIBI, etc.) |
time |
vector of time |
site |
vector of sites |
A tibble of trends and power.
1 2 3 | data(all_bibi_data)
tmp<-subset(all_bibi_data,Site=='08BEA3312')
TDA_Kendall(tmp$`Overall Score`,tmp$Year)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.