Learn R Programming

manifold (version 0.1.2)

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

Value

A character vector of setting names

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