gs_describe_parameters() appends descriptive terms for mean grain size,
sorting, skewness, and kurtosis to tables returned by gs_folk_ward(),
gs_folkward(), gs_moments(), or gs_parameters(), or to any data frame
with recognized statistic columns.
Usage
gs_describe_parameters(
x,
method = c("auto", "folk_ward", "logarithmic_moments")
)Details
Supported methods are Folk and Ward graphical statistics and logarithmic moment statistics in phi units. The output is deterministic and conservative: rows with missing required values are marked rather than silently described. These descriptions support a GRADISTAT-style printout layer, but they do not implement full GRADISTAT sediment naming or texture classification.