plotQuantiles: Quick plotting of simulation results

Description Usage Arguments Value See Also

View source: R/Isobole_plotting.R

Description

Quick plotting of simulation results

Usage

1
2
3
4
5
6
7
8
plotQuantiles(
  .inputFolder,
  filename = NULL,
  FLAGoverwriteQuantiles = determineRecalcNeccessary(.inputFolder = .inputFolder,
    fileToRecalc = "GLOBAL-101-percentages-grid_fine.rds"),
  levels = c(0.025, 0.5, 0.975),
  ...
)

Arguments

.inputFolder

Folder where simulations are stored.
Example: file.path(.outputFolder, "Simulations")

filename

Path to save plot

FLAGoverwriteQuantiles

Redo the calculation of the quantiles?

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)

...

Arguments goint to ggsave

Value

ggplot

See Also

Other Isobole plotting .inputFolder <- system.file("examples/Example-1/Outputs/Simulations", package = "populationIsoboles") plotSpaghetti(.inputFolder): plotSpaghetti()


IntiQuan/populationIsoboles documentation built on Jan. 13, 2022, 8:29 p.m.