Description Usage Arguments Value Author(s) Examples
Accessor and replacement functions for the facetted
slot in an
COBRAPlot
object.
1 2 3 4 5 6 7 8 9 |
x |
A |
... |
Additional arguments. |
value |
A logical value, indicating whether the object is formatted for facetted plots (visualizing each stratification level in a separate panel) or not. |
The accessor function returns a logical value, indicating whether the object is formatted for facetted plots (visualizing each stratification level in a separate panel) or not.
Charlotte Soneson
1 2 3 4 5 6 | data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status",
aspects = "fdrtpr")
cobraplot <- prepare_data_for_plot(cobraperf)
facetted(cobraplot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.