Plot information about an IQRdataNCA object
plotProfiles_IQRdataNCA.Rd
The GROUP information in the dataNCA object is used to group plots. The INFO information in the dataNCA object is used to annotate the individual plots.
plotProfiles_IQRdataNCA( x, ..., colorby = NULL, show = "all", methodBLQ = c("asis", "zero", "lloqhalf", "lloq", "dismiss")[1], methodBLQgeometric = c("asis", "lloqhalf", "lloq", "dismiss")[1], FLAGobslabel = TRUE, FLAGgeomsd = FALSE, panelTitleFontsize = 9, filename = NULL, nindiv = 4 )
Arguments
x | IQRdataNCA object |
---|---|
... | additional input |
colorby | Name of a dataset column to use for stratification of plots by coloring |
show | Defines what to plot. "all": everything, "indiv": only individual plots, "summary": individual plots per dose group, "mean": mean/geommean plots |
methodBLQ | Method used for BLQ records for all summaries but the geometric. Options: "asis","zero", "lloqhalf", "lloq", "dismiss" |
methodBLQgeometric | Method used for BLQ records for geometric. summaries. Options: "asis", "lloqhalf", "lloq", "dismiss". Zero values will be dismissed. |
FLAGobslabel | Flag whether to plot the record labels for individual plots |
FLAGgeomsd | Flag whether to plot the geometric standard deviation |
panelTitleFontsize | Font size for displaying the group name above spaghetti plot panels or subject identifiers above individual panels |
filename | If filename provided the results are exported to a file |
nindiv | Number of individual plots on a page for individual subject profile plots |
Value
If no filename provided a list with ggplot objects is returned with attached plotData as attribute
See also
Other NCA:
IQRdataNCA()
,
IQRnca()
,
as_IQRdataNCA()
,
is_IQRdataNCA()
,
is_IQRnca()
,
load_IQRdataNCA()
,
plot.IQRdataNCA()
,
plot.IQRnca()
,
plotbyGroup_IQRnca()
,
print.IQRdataNCA()
,
print.IQRnca()
,
report_IQRnca()
,
slopeTest_IQRnca()
,
summary.IQRnca()
,
summaryPKbyNT_IQRdataNCA()
,
summarybyGroup_IQRnca()