Description Usage Arguments Author(s) Examples
Constructs and starts a Shiny application from an object of class "rcbdPlan".
1 2 | ## S3 method for class 'rcbdPlan'
buildShiny(obj)
|
obj |
an object inheriting from class "rcbdPlan" used to build the Shiny app. |
Thiago de Paula Oliveira, thiago.paula.oliveira@usp.br
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.