layoutApp {grapesAgri1}R Documentation

Field Layout of Designs

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

layoutApp()

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

R Core Team (2021). R: A Language and Environment for Statistical Computing. https://www.R-project.org/.

Chang W, Cheng J, Allaire JJ, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2021). shiny: Web Application Framework for R. R package version 1.6.0, https://CRAN.R-project.org/package=shiny.

Perrier V, Meyer F, Granjon D (2021). shinyWidgets: Custom Inputs Widgets for Shiny. R package version 0.6.0, https://CRAN.R-project.org/package=shinyWidgets.

Sali A, Attali D (2020). shinycssloaders: Add Loading Animations to a 'shiny' Output While It's Recalculating. R package version 1.0.0, https://CRAN.R-project.org/package=shinycssloaders.

Wickham H, François R, Henry L, Müller K (2021). dplyr: A Grammar of Data Manipulation. R package version 1.0.4, https://CRAN.R-project.org/package=dplyr.

de Mendiburu F (2020). agricolae: Statistical Procedures for Agricultural Research. R package version 1.3-3, https://CRAN.R-project.org/package=agricolae.

Wright K (2020). desplot: Plotting Field Plans for Agricultural Experiments. R package version 1.8, https://CRAN.R-project.org/package=desplot.

Bache SM, Wickham H (2020). magrittr: A Forward-Pipe Operator for R. R package version 2.0.1, https://CRAN.R-project.org/package=magrittr.

Xie Y (2021). knitr: A General-Purpose Package for Dynamic Report Generation in R. R package version 1.33, https://yihui.org/knitr/.

Gupta SP (1985). Statistical methods. Sultan Chand \& Sons. https://books.google.co.in/books?id=4n9dcgAACAAJ.

Das MN, Giri NC (1979). Design and Analysis of Experiments. Wiley Eastern. ISBN 9780852261583, https://books.google.co.in/books?id=nqMWAgAACAAJ.

Examples

if (interactive()) {
  layoutApp()
}

[Package grapesAgri1 version 1.1.0 Index]