DOE_obj | R Documentation |
Returns a list with several useful information about the experiment
DOE_obj(p)
p |
|
a list with several useful information about the experiment and the field
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.