powered by
This VOI plot shows the value of information for a single MP and uses the PM functions.
PM
VOIplot2(MSE, MP = 1, type = c("Obs", "OM"), PM = "Yield", n = 5, axis.title.size = 12, axis.text.size = 10, legend.title.size = 10, include.leg = TRUE)
An object of class MSE
MSE
The name or number of MP to plot. Character or numeric.
Character. Type of VOI plot - "Obs" or "OM"
Name of a PM method to plot on the y-axis
The maximum number of variables to plot.
Size of axis title
Size of axis text
Size of legend text
Logical. Include the legend?
# NOT RUN { MSE <- runMSE() VOIplot2(MSE) VOIplot2(MSE, "OM") VOIplot2(MSE, PM='P100') # } # NOT RUN { # }
Run the code above in your browser using DataLab