VOIplot2: Value of Information Plot using PM functions

Description Usage Arguments Author(s) Examples

View source: R/MSE_Plotting_PMs.R

Description

This VOI plot shows the value of information for a single MP and uses the PM functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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
)

Arguments

MSE

An object of class MSE

MP

The name or number of MP to plot. Character or numeric.

type

Character. Type of VOI plot - "Obs" or "OM"

PM

Name of a PM method to plot on the y-axis

n

The maximum number of variables to plot.

axis.title.size

Size of axis title

axis.text.size

Size of axis text

legend.title.size

Size of legend text

include.leg

Logical. Include the legend?

Author(s)

A. Hordyk

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
MSE <- runMSE()
VOIplot2(MSE)

VOIplot2(MSE, "OM")

VOIplot2(MSE, PM='P100')


## End(Not run)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.