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)

fgeo.tool documentation built on May 29, 2024, 5:30 a.m.