Plot information about an IQRdataNCA object
plot.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.
# S3 method for IQRdataNCA plot(x, ..., colorby = NULL, show = "all", 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 |
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.IQRnca()
,
plotProfiles_IQRdataNCA()
,
plotbyGroup_IQRnca()
,
print.IQRdataNCA()
,
print.IQRnca()
,
report_IQRnca()
,
slopeTest_IQRnca()
,
summary.IQRnca()
,
summaryPKbyNT_IQRdataNCA()
,
summarybyGroup_IQRnca()