layoutApp: Field Layout of Designs

Description Usage Details Value References Examples

View source: R/layout.R

Description

layoutApp() function opens up an interactive shiny app which will allow the user to create field layout of Completely Randomized Design (CRD), Randomized Complete Block Design (RCBD), Split-plot design, Strip-plot design and Augmented Randomized complete block design. Layout generated are random. Field layout in table format can also be prepared for recording observations from the field. Results can be downloaded in HTML format

Usage

1

Details

This app uses design.crd, design.rcbd, design.dau, design.strip, design.split functions of package agricolae to generate random layout of designs. Field layout were plotted using desplot function in desplot package.

Value

Nothing

References

\insertRef

R_2021grapesAgri1

\insertRef

shiny_2021grapesAgri1

\insertRef

sw_2021grapesAgri1

\insertRef

shinycss_2020grapesAgri1

\insertRef

dplyr_2021grapesAgri1

\insertRef

agricolae_2020grapesAgri1

\insertRef

desplot_2020grapesAgri1

\insertRef

magi_2020grapesAgri1

\insertRef

Yihui_Xie_2021grapesAgri1

\insertRef

gupta1985statisticalgrapesAgri1

\insertRef

das1979designgrapesAgri1

Examples

1
2
3
if (interactive()) {
  layoutApp()
}

grapesAgri1 documentation built on Aug. 14, 2021, 5:07 p.m.