Divides each ring into n_sectors equal-width sectors (by relative radial
position) and computes per-sector means and optionally quantiles of the
selected cell parameters.
Arguments
- QWA_data
A QWAdata object with a non-
NULL$cellscomponent.- n_sectors
Number of equal-width sectors to divide each ring into.
- sel_cell_params
Character vector of cell parameter column names to include in the profiles (e.g.
c("la", "cwttan")).- quant_probs
Numeric vector of quantile probabilities to calculate (e.g.
c(0.25, 0.5, 0.75)).NULLor empty -> means only.
Value
A QWAprofile object with profile_type = "sector".