| fp_name | R Documentation |
This is a utility function mostly for internal use.
fp_name(fp, fct)
fp |
The factorial plan object |
fct |
The standard name of the factor as a string (e.g. |
A string with the factor full name, if available (must have been
added with fp_add_names). If not, it returns fct ditto.
fp_add_names()
df <- fp_design_matrix(2) %>%
fp_add_names(A="Temperature", B="Pressure")
fp_name(df, "A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.