extract_from_habitat {fgeo.tool} | R 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)
[Package fgeo.tool version 1.2.9 Index]