print_design: Prints the design

View source: R/print_methods.R

print_designR Documentation

Prints the design

Description

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.

Usage

print_design(design, print_all = FALSE)

Arguments

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

Examples

design_opt_input <- list(rules = 4, 
                         actions = 5)

design <- generate_designs(design_opt_input)

print_design(design)
print_design(design, TRUE)


obfuscatoR documentation built on Sept. 8, 2023, 5:48 p.m.