getDemographyAggregatedData: getDemographyAggregatedData

View source: R/utilities-demography.R

getDemographyAggregatedDataR Documentation

getDemographyAggregatedData

Description

getDemographyAggregatedData

Usage

getDemographyAggregatedData(
  data,
  xParameterName,
  yParameterName,
  groupName = NULL,
  bins = NULL,
  stairstep = TRUE
)

Arguments

data

A data.frame

xParameterName

Name of parameter in data used for aggregation in x axis of plot

yParameterName

Name of parameter in data aggregated in y axis of plot

groupName

Name of parameter in data aggregated for grouping

bins

Either a numeric vector defining bin edges or a numeric value defining the number of bins.

stairstep

A logical value defining if aggregation uses continuous or stairstep plot

Value

A data.frame of aggregated data


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