Fine-Scale Percent Cover
sampling_design_fine_scale_cover.RdFine-Scale Percent Cover Estimates
Arguments
- data_fixed_locs_obs
An
sfobject representing fine-scale transect observations generated bysampling_design_fine_scale_fixed(). Must contain:Reef,Site,Transect,Year,DateHCC,SC,MA– benthic cover valuesgeometry associated with transects
- config_pt_lrge
A list containing quadrat-level sampling parameters:
Depths– number of depths per transectDepth_effect_multiplier– magnitude of depth effectsNumber_of_quadrats_per_transect– number of quadratsQuad_sigma– standard deviation of quadrat-level noiseseed– optional random seed
Value
An sf object containing quadrat-level percent cover values with:
Depth, Quadrats (
Quad)Group (HCC, SC, MA)
Percent cover values (
Value) after depth + quadrat effectsall original transect identifiers and geometry
Details
Generates fine-scale percent cover estimates by expanding benthic cover
values across quadrats. Applies depth effects, adds quadrat-level variation,
and returns an sf object with quadrat-based percent cover suitable for
downstream modelling and analysis.
This function:
expands transects across depth levels
reshapes benthic groups into long format
adds a depth effect using a scaled random component
generates quadrats and applies quadrat-level noise on the logit scale
converts back to percent cover (0–100%)