Learn R Programming

fgeo.tool (version 1.2.5)

extract_from_habitat: 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

Examples

Run this code
# NOT RUN {
assert_is_installed("fgeo.x")
habitat <- fgeo.x::habitat
extract_plotdim(habitat)
extract_gridsize(habitat)
# }

Run the code above in your browser using DataLab