fp_info: Factorial plan info

fp_infoR Documentation

Factorial plan info

Description

Print information about the factorial plan.

Usage

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

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.

Value

No return value, just prints the fp information.

Examples

fp_design_matrix(3, rep=2) %>%
  fp_info()

adas.utils documentation built on April 12, 2025, 1:52 a.m.