helpers {unmconf} | R Documentation |
Convert to Greek expressions
Description
Convert to Greek expressions for plotting
Usage
expand_labels(labs)
greek_expander(s)
make_greek_coefs(mod)
drop_nulls(x)
Arguments
labs |
A character vector of greek symbols of the form |
s |
A character vector of Greek short hand codes, e.g. |
mod |
Output from |
x |
Character vector. |
Value
A character vector.
Examples
labs <- c("ga_1", "ga_treatment", "ga_x", "be_1",
"be_treatment", "be_x", "la_u", "al_y", "si")
expand_labels(labs)
[Package unmconf version 0.1.0 Index]