View source: R/param-registry.R
| format_param_name | R Documentation |
Formats a canonical parameter name with the appropriate scale prefix.
format_param_name(param, scale = c("natural", "log", "log10"))
param |
Character. Canonical parameter name (e.g., "alpha"). |
scale |
Character. One of "natural", "log", "log10". |
Character. Formatted parameter name (e.g., "log10_alpha").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.