Learn R Programming

agricolaeplotr (version 0.6.1)

DOE_obj: Measures of a Field Design

Description

Returns a list with several useful information about the experiment

Usage

DOE_obj(p)

Value

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

Arguments

p

ggplot object containing the data of the plot

Examples

Run this code
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

Run the code above in your browser using DataLab