Converts parameter values into a formatted string.
prms_to_str(x, prms = NULL, round_digits = NULL, sep = "=>", collapse = "\n")A single formatted string with parameter names and values. (e.g., "a => 0 \n b => 1")
a drift_dmobject or character vector for labels.
Numeric vector of values (used if x is character).
Rounding precision (default set by
drift_dm_default_rounding()).
Separator between names and values (default: "=>").
String to separate each name-value pair (default: "\n").
coef.drift_dm(), as the numeric
vector provided by this call is used when x is of type drift_dm