gs_percentile() is a compatibility alias for gs_d_values(), including
its deterministic handling of ties from zero-retained classes (see
gs_d_values() for details).
Arguments
- x
A valid
gsd_tblobject.- probs
Numeric vector of percentiles on the 0-100 scale.
- interpolation_scale
Interpolation scale.
"phi"interpolates in phi units,"log_um"interpolates in log10 micrometers, and"linear_um"interpolates directly in micrometers.- output_unit
Preferred reporting unit. The returned table always includes micrometer, millimeter, and phi columns.
- extrapolate
Behavior when a requested percentile falls outside the observed finite boundary curve.
"error"throws an error, and"warn_linear"warns and linearly extrapolates on the selected scale.- scale
Compatibility alias for
interpolation_scale.