View source: R/plotParameters.NumberVector.R
Function to plot initial and final parameter values associated with a ...NumberVector info list object.
1 2 3 | plotParameters.NumberVector(nv, label = "", mcmc = NULL, delta = 0.005,
plotConsts = FALSE, xlab = "", ylab = "", pchs = 21:25,
clrs = c("black", "blue", "green", "grey", "cyan"), verbose = FALSE)
|
label |
- the ...NumberVector variable name |
mcmc |
- mcmc results corresponding to vv |
plotConsts |
- flag (T/F) to plot parameters even though they were not estimated |
xlab |
- the x axis label |
ylab |
- the y-axis label |
pchs |
- vector of point symbols to use |
clrs |
- vector of colors to use |
verbose |
- flag (T/F) to print diagnostic info |
vv |
- the ...NumberVector info list object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.