Learn R Programming

adas.utils (version 1.0.0)

fp_info: Factorial plan info

Description

Print information about the factorial plan.

Usage

fp_info(x, file = "", comment = "")

Value

No return value, just prints the fp information.

Arguments

x

the factorial plan.

file

the file to write the information to. Use console if empty.

comment

a comment mark to add before each line of the information.

Examples

Run this code
fp_design_matrix(3, rep=2) %>%
  fp_info()

Run the code above in your browser using DataLab