format_param_name: Format Parameter Name with Scale Prefix

View source: R/param-registry.R

format_param_nameR Documentation

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"))

Arguments

param

Character. Canonical parameter name (e.g., "alpha").

scale

Character. One of "natural", "log", "log10".

Value

Character. Formatted parameter name (e.g., "log10_alpha").


beezdemand documentation built on March 3, 2026, 9:07 a.m.