format_param_name: Format Parameter Name with Scale Prefix
Description
Formats a canonical parameter name with the appropriate scale prefix.
Usage
format_param_name(param, scale = c("natural", "log", "log10"))Value
Character. Formatted parameter name (e.g., "log10_alpha").
Arguments
- param
Character. Canonical parameter name (e.g., "alpha").
- scale
Character. One of "natural", "log", "log10".