autocor_1_order_table: autocor_1_order_table

Description Usage Arguments Value

View source: R/autocorrelations.R

Description

autocor_1_order_table

Usage

1
2
3
4
5
6
7
8
9
autocor_1_order_table(
  data_file,
  data_file_2 = NULL,
  number_of_plots,
  need_abbr = FALSE,
  state = NULL,
  mean_threshold = 10,
  pVal = 0.05
)

Arguments

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.

Value

Data frame with autocorrelation coefficients for maximum lag value.


daria71sukhova/teberda.tools documentation built on May 15, 2021, 10:20 p.m.