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

Description Usage Arguments Author(s) Examples

View source: R/buildShiny.R

Description

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

Usage

1

Arguments

obj

an object inheriting from class planExp 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
8
9
## Not run: 
treatMeans <- c(50, 60, 61, 14, 5, 68, 52)
blocks <- paste("Block BB", seq(1, 6, 1))
treat <- LETTERS[seq( from = 1, to = 7)]
design2 <- rcbdPlan(treat = treat, blocks = blocks,
                    treatMeans = treatMeans)
buildShiny(design2)

## End(Not run)

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