Plot information about an IQRnca object
plot.IQRnca.Rd
Plot information about an IQRnca object
# S3 method for IQRnca plot( x, ..., show = "all", filename = NULL, nindiv = 4, FLAGwnlNames = TRUE, colorColMean = NULL )
Arguments
x | IQRnca object |
---|---|
... | additional input |
show | "all" plots all plots, "indiv" plots individual plots highlighting the PK samples used for slope calculation, and "mean" plots the mean PK metrics |
filename | If filename provided the results are exported to a file |
nindiv | Number of individual plots to show on one page |
FLAGwnlNames | Logical. If TRUE then for table outputs the WinNonlin names will be used. If FALSE, alternative names will be used. |
colorColMean | Name of a column in the IQRnca object to use for coloring the mean plots |
Value
If no filename provided a list with ggplot object and plot data as attribute is returned
See also
Other NCA:
IQRdataNCA()
,
IQRnca()
,
as_IQRdataNCA()
,
is_IQRdataNCA()
,
is_IQRnca()
,
load_IQRdataNCA()
,
plot.IQRdataNCA()
,
plotProfiles_IQRdataNCA()
,
plotbyGroup_IQRnca()
,
print.IQRdataNCA()
,
print.IQRnca()
,
report_IQRnca()
,
slopeTest_IQRnca()
,
summary.IQRnca()
,
summaryPKbyNT_IQRdataNCA()
,
summarybyGroup_IQRnca()