Description Usage Arguments Value
View source: R/autocorrelations.R
autocor_max_lag_table
1 2 3 4 5 6 7 8 9 10 | autocor_max_lag_table(
data_file,
data_file_2 = NULL,
number_of_plots,
need_abbr = FALSE,
state = NULL,
maxLag = 1,
mean_threshold = 10,
pVal = 0.05
)
|
data_file |
Name of .csv file with data. No defaults. |
number_of_plots |
Number of 1square meter plots in sampled area. No defaults |
need_abbr |
Boolean. Whether species names should be abbreviated. Default to FALSE. |
state |
Character. "g" - generative, "v" - vegetative, "v+j" - vegetative and juvenile. Which states should be selected. If NULL, all shoots will be selected. Dafault to NULL. |
mean_threshold |
Number. Mean shoot number threshhold for species to be taken into consideration. Default to 3.2. |
pVal |
Number (0.05, 0.01 or less). p-value of Ljung-Box test for species to be taken into consideration. Default to 0.05. |
Data frame with autocorrelation coefficients for maximum lag value, where lag > 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.