buildShiny.rcbdPlan: Dashboard App for the Randomized Complete Block Design (RCBD)

Description Usage Arguments Author(s) Examples

View source: R/rcbd_shiny.R

Description

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

Usage

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

Arguments

obj

an object inheriting from class "rcbdPlan" 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: 
blocks <- paste("Block", seq(1, 6, 1))
treat <- LETTERS[seq( from = 1, to = 7)]
design2 <- rcbdPlan(treat = treat, blocks = blocks)
buildShiny(design2)

## End(Not run)

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