extract_from_habitat | R Documentation |
Extract plot dimensions from habitat data.
extract_gridsize(habitats)
extract_plotdim(habitats)
habitats |
Data frame giving the habitat designation for each 20x20 quadrat. |
extract_plotdim()
: plotdim
(vector of length 2);
extract_gridsize()
: gridsize
(scalar).
assert_is_installed("fgeo.x")
habitat <- fgeo.x::habitat
extract_plotdim(habitat)
extract_gridsize(habitat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.