GetSettingName {manifold} | R Documentation |
Helper function for simulations
Description
Get the name of the settings from a named list good for saving into a data frame or use as file name
Usage
GetSettingName(settings, digits = 3, display = c("short", "pretty", "tiny"))
Arguments
settings |
A named list. The names corresponding to the setting parameter names, and the values are the parameter values |
digits |
How many digits to use to format the numerical values |
display |
Which version of the setting name to produce |
Value
A character vector of setting names
[Package manifold version 0.1.1 Index]