View source: R/print_methods.R
print_design | R Documentation |
Takes a design or list of designs and prints them to the console. To store a
design, please see save_design
. Depending on the print options,
additional text is provided with information on the considered rule and/or
the design generation process.
print_design(design, print_all = FALSE)
design |
A matrix with rows equal to the number of rules and columns equal to the number of actions |
print_all |
If TRUE prints information on the number of iterations and and whether all design conditions were met. Default is FALSE |
design_opt_input <- list(rules = 4,
actions = 5)
design <- generate_designs(design_opt_input)
print_design(design)
print_design(design, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.