disturbance_summary: Function for summarizing disturbances from a TimeSync sample

Description Usage Arguments Value

Description

Function for summarizing disturbances from a TimeSync sample

Usage

1
2
3
4
5
disturbance_summary(dat, by.year = TRUE, by.agent = FALSE,
  standreplacing = FALSE, grouping.vars = NULL, sub.agents = FALSE,
  change.agents = c("Harvest", "Wind", "Decline", "Hydrology", "Debris",
  "Other"), agent.regroup = NULL, interpreter = NULL,
  remove.1985.decline = TRUE)

Arguments

dat

Data exported from TimeSync.

by.year

TBD...

by.agent

Logical. Whether disturbances should be aggregated by agent.

standreplacing

Logical. Whether disturbances should be aggregated by stand-replacing/non-stand-replacing

grouping.vars

Data.frame. Additional grouping variables stored in a data frame, where each row corresponds to one plot. The data frame must have a column 'plotid'.

sub.agents

TBD...

change.agents

Change agents to be considered. Standard is 'Harvest', 'Wind', and 'Decline'.

agent.regroup

TBD...

interpreter

TBD...

remove.1985.decline

TBD...

Value

A sumary of the disturbances per year (and agents/grouping variables).


corneliussenf/disturbanceBayes documentation built on May 9, 2019, 2:26 p.m.