plotDemographyRange: plotDemographyRange

View source: R/utilities-demography.R

plotDemographyRangeR Documentation

plotDemographyRange

Description

Plot demography range plot using visual predictive check style if data is numeric, or using box whisker plot if data is categorical

Usage

plotDemographyRange(
  data,
  metaData = NULL,
  dataMapping = NULL,
  plotConfiguration = NULL,
  parameterClass = "numeric"
)

Arguments

data

data.frame

metaData

list of metaData about data

dataMapping

A TimeProfileDataMapping or BoxWhiskerDataMapping object

plotConfiguration

PlotConfiguration object

parameterClass

Class of the parameter, either "numeric" or "character"

Value

ggplot object


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on April 13, 2025, 10:37 a.m.