DOE_obj: Measures of a Field Design

View source: R/hello.R

DOE_objR Documentation

Measures of a Field Design

Description

Returns a list with several useful information about the experiment

Usage

DOE_obj(p)

Arguments

p

ggplot object containing the data of the plot

Value

a list with several useful information about the experiment and the field

Examples

library(agricolae)
library(agricolaeplotr)
trt = c(2,3,4,5,6)
outdesign1 <-design.crd(trt,r=5,serie=2,2543,'Mersenne-Twister')
p <- plot_design_crd(outdesign1,
             ncols = 7,
             nrows = 4,
             width = 10,
             height = 10,
             reverse_y = TRUE)
stats <- DOE_obj(p)
stats

agricolaeplotr documentation built on July 26, 2023, 5:47 p.m.