View source: R/transects_ibml.R
transects_ibml | R Documentation |
Transects et la ligne de base conformément au protocole d'échantillonnage
transects_ibml(sppolygon, linemax)
sppolygon |
un polygone spatialisé -objet sf- masse d'eau |
linemax |
la longueur la plus grande sur la masse d'eau -objet sf- |
ligne de base et les transects perpendiculaires -objet sf-
library(lakemetrics)
library(ggplot2)
data(lac)
baseline <- linemax_lake(lac)
transects <- transects_ibml(lac,baseline)
transects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.