Description Usage Arguments Value
View source: R/plotObjFunValues.CatchData.R View source: R/plotObjFunValues.Priors.R
Function to plot prior values in the objective function.
Function to plot prior values in the objective function.
1 2 3 4 5 | plotObjFunValues.Priors(mdfr, variable = "objfun", ggtheme = theme_grey(),
showPlot = FALSE, verbose = FALSE)
plotObjFunValues.Priors(mdfr, variable = "objfun", ggtheme = theme_grey(),
showPlot = FALSE, verbose = FALSE)
|
mdfr |
- melted dataframe of prior values from call to getObjFunValues.Priors(...) |
variable |
- name of variable to plot |
ggtheme |
- a ggplot2 theme |
showPlot |
- flag to show plots |
verbose |
- flag (T/F) to print diagnostic info |
showPlots |
- flag to show plots |
mdfr |
- melted dataframe of prior values from call to getObjFunValues.Priors(...) |
variable |
- name of variable to plot |
ggtheme |
- a ggplot2 theme |
verbose |
- flag (T/F) to print diagnostic info |
list of ggplot2 objects corresponding to different categories of priors.
list of ggplot2 objects corresponding to different categories of priors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.