Learn R Programming

fgeo.tool (version 1.2.9)

extract_from_habitat: Extract plot dimensions from habitat data.

Description

Extract plot dimensions from habitat data.

Usage

extract_gridsize(habitats)

extract_plotdim(habitats)

Value

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

  • extract_gridsize(): gridsize (scalar).

Arguments

habitats

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

Examples

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

Run the code above in your browser using DataLab