extract_from_habitat: Extract plot dimensions from habitat data.

extract_from_habitatR Documentation

Extract plot dimensions from habitat data.

Description

Extract plot dimensions from habitat data.

Usage

extract_gridsize(habitats)

extract_plotdim(habitats)

Arguments

habitats

Data frame giving the habitat designation for each 20x20 quadrat.

Value

  • extract_plotdim(): plotdim (vector of length 2);

  • extract_gridsize(): gridsize (scalar).

Examples

assert_is_installed("fgeo.x")
habitat <- fgeo.x::habitat
extract_plotdim(habitat)
extract_gridsize(habitat)

forestgeo/fgeo.utils documentation built on Sept. 12, 2022, 6:12 p.m.