PI_plotInternalQuantiles: Plot spaghetti with quantiles

Description Usage Arguments Value See Also

View source: R/Isobole_plotting.R

Description

Plot spaghetti with quantiles

Usage

1
2
3
4
5
6
7
8
9
PI_plotInternalQuantiles(
  grid_fine,
  finalPaths,
  levels = c(0.025, 0.5, 0.975),
  Compound1 = getCompoundInfo("Compound1"),
  Compound2 = getCompoundInfo("Compound2"),
  filename = NULL,
  ...
)

Arguments

grid_fine

Result from aggregateIsoboles

finalPaths

Result from PI_getFinalPaths

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 ggsave

Value

ggplot

See Also

Other Internal isobole plotting functions: PI_plotInternalAlgoExample(), PI_plotInternalMonoDistributions(), PI_plotInternalSingleExample(), PI_plotInternalSpaghetti()


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