buildShiny.crdPlan: Dashboard App for the completely randomized design (CRD)

Description Usage Arguments Author(s) Examples

View source: R/crd_shiny.R

Description

Constructs and starts a Shiny application from an object of class "crdPlan".

Usage

1
2
## S3 method for class 'crdPlan'
buildShiny(obj)

Arguments

obj

an object inheriting from class "crdPlan" used to build the Shiny app.

Author(s)

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

Examples

1
2
3
4
5
6
7
## Not run: 
treat <- LETTERS[seq( from = 1, to = 10 )]
rep <- rep(6, 10)
d1 <- crdPlan(treat, rep)
buildShiny(d1)

## End(Not run)

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