DOE_obj {agricolaeplotr} | R Documentation |
Measures of a Field Design
Description
Returns a list with several useful information about the experiment
Usage
DOE_obj(p)
Arguments
p |
|
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
[Package agricolaeplotr version 0.5.0 Index]