data-raw/old.code.and.notes/example.plot.exposure.to.pdf.R

# example of using PlotExposureByRange

pdf(path, width = 8.2677, height = 11.6929, # for A4
    onefile = TRUE, useDingbats = FALSE)
PlotExposureByRange(
  exposures       = exposures,
  num.per.line    = 50,
  plot.proportion = FALSE,
  main = "Just an example")
dev.off()
steverozen/mSigHdp documentation built on Feb. 6, 2023, 1:36 a.m.