Open
Description
This feature is for creating a new dialogue which will produce plot options for the Agriculture Research in the Experiments Menu.
This dialogue will use the Desplot R package to produce agriculture charts.
below is the proposed design.
the R code the dialogue is expected to produce is
desplot(dat, block ~ col*row, #col.regions=c("black","yellow"), out1=block, num=nitro, out2=gen, cex=1, aspect=511/176)
the dataset being used in the yates.oats from the agridat package
The parameters for R code are
Treatment = block
Row variable = row
Column variable = col
The produce plot;
What are you suggestions on this Dialogue @rdstern , @fran2or