Description Usage Arguments Value Examples
View source: R/ppp_vectorization.R
plot datasets using calculation of ppp
1 2 3 4 5 6 | plot_dataset_of_ppp(
StanS4class,
summary = FALSE,
verbose = FALSE,
colorindex = 6
)
|
StanS4class |
An S4 object of class To be passed to |
summary |
Logical: |
verbose |
A logical, whether title in plot is verbose or not. |
colorindex |
A positive integer, indicating the color of scatter plots. |
null
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
#========================================================================================
# Now single reader and single modality case only
#========================================================================================
# Fit a model to data-set "d"
# In the resulting object contained samples from posterior predictive distribution (PPD)
f <- fit_Bayesian_FROC( ite = 1111, summary = TRUE, cha = 1, dataList = d )
# Plot samples synthesized from posterior predictive distribution (PPD)
plot_dataset_of_ppp(f)
plot_dataset_of_ppp(f,colorindex = 1)
plot_dataset_of_ppp(f,colorindex = 2)
plot_dataset_of_ppp(f,colorindex = 3)
plot_dataset_of_ppp(f,colorindex = 4)
## End(Not run)#dontrun
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.