Description Usage Arguments Value See Also Examples
View source: R/Isobole_plotting.R
This plot gives a feeling of the spread of the population isoboles. Its interpretation is difficult, therefore the plot is deprecated.
1 2 3 4 5 6 7 8 | plotRibbon(
.inputFolder,
filename = NULL,
levels = c(min = 0.025, max = 0.975),
FLAGoverwriteQuantiles = determineRecalcNeccessary(.inputFolder = .inputFolder,
fileToRecalc = "GLOBAL-101-percentages-grid_fine.rds"),
...
)
|
.inputFolder |
Folder where simulations are stored. |
filename |
Path to save plot |
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) |
FLAGoverwriteQuantiles |
Redo the calculation of the quantiles? |
... |
Arguments goint to |
ggplot
Other Isobole plotting:
plotCLRS()
1 2 3 | .inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
populationIsoboles:::plotRibbon(.inputFolder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.