fp_augment_axial | R Documentation |
Adds the axial points to a $2^n$ centered factorial plan.
fp_augment_axial(dm, rep = 1)
dm |
A factorial plan table, with central points. |
rep |
The number of replications. |
A central composite design (a factorial.plan
object).
fp_design_matrix(3) %>%
fp_augment_center(rep=4) %>%
fp_augment_axial()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.