Description Usage Arguments Value
View source: R/Isobole_plotting.R
Deprecated: Plot ribbon of values which are compatible with 95 This is based on a confidence interval closed on both sides which is not what is of interest...
1 2 3 4 5 6 7 8 | PI_plotInternalRibbon2(
grid_fine,
levels = c(min = 0.025, max = 0.975),
Compound1 = getCompoundInfo("Compound1"),
Compound2 = getCompoundInfo("Compound2"),
filename = NULL,
...
)
|
grid_fine |
Result from aggregateIsoboles |
levels |
Vector of confidence levels, e.g. c(0.5,0.95). For plotRibbon, named vector with min and max, e.g. c(min = 0.025, max = 0.975) |
Compound1 |
Character. Compound name, for cases when it's not available in the Malaria project |
Compound2 |
Character. Compound name, for cases when it's not available in the Malaria project |
filename |
Path to save plot |
... |
Arguments goint to |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.