print.crdPlan: Print an 'crdPlan' object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/crdPlan.R

Description

Prints information about randomization of Completely randomized design.

Usage

1
2
## S3 method for class 'crdPlan'
print(x, digits, ...)

Arguments

x

an object inheriting from class crdPlan, representing a randomization for Completely randomized design.

digits

a non-null value for digits specifies the minimum number of significant digits to be printed in values. Default NULL.

...

further arguments passed to {print}.

Value

an object inheriting from class print.crdPlan.

Author(s)

Thiago de Paula Oliveira, thiago.paula.oliveira@usp.br

See Also

crdPlan, buildShiny

Examples

1
2
3
treat <- LETTERS[seq( from = 1, to = 10 )]
rep <- rep(6, 10)
print(crdPlan(treat = treat, rep=rep))

Prof-ThiagoOliveira/planExp documentation built on July 5, 2020, 11 a.m.