gap.cover: Calculate the number, length, and percent of gaps

Description Usage Arguments

View source: R/gaps.R

Description

Calculate the number, length, and percent of gaps by plot or line.

Usage

1
2
gap.cover(dima.tables, by.line = FALSE, tall = FALSE, by.year = FALSE,
  breaks = c(20, 25, 50, 100, 200), type = "canopy")

Arguments

dima.tables

Raw tables as imported from a DIMA. Use data from read.dima( all=T).

by.line

Logical. If TRUR then results will be reported further grouped by line using the LineID and LineKey fields from the data forms. Defaults to FALSE.

tall

Logical. If TRUE then the returned data frame will be tall rather than wide and will not have observations for non-existent values e.g., if no data fell into a group on a plot, there will be no row for that group on that plot. Defaults to FALSE.

by.year

Logical. If TRUE then results will be reported further grouped by year using the DateModified field from the data forms. Defaults to FALSE.


nstauffer/dima.tools documentation built on May 20, 2019, 2:09 p.m.