Skip to contents

Adds default configurations for forest plots to the `Plots.xlsx` configuration file.

Usage

addDefaultConfigForPKForestPlots(
  projectConfiguration,
  pkParameterDT,
  sheetName = "PKParameter_Forest",
  overwrite = FALSE
)

Arguments

projectConfiguration

A ProjectConfiguration object.

pkParameterDT

A data.table containing PK parameter data.

sheetName

Name of the sheet to create.

overwrite

Logical indicating if existing data should be overwritten.

Value

NULL (invisible).