Plots the VPC for an IQRtteProject
plotVPC_IQRtteProject.Rd
TTE projects are only supported for MONOLIX, so the MONOLIX generated output will be used for plotting.
plotVPC_IQRtteProject(projectPath, logX = FALSE, logY = FALSE, filename = NULL)
Arguments
- projectPath
IQRtteProject object
- logX
Logical indicating if log X axis
- logY
Logical indicating if log Y axis
- filename
Character string with path/filename for PDF generation
Value
If filename provided the figure is stored as PDF. If not provided a ggplot2 object is returned with the plotData as attribute
See also
Other IQRtteProject:
IQRtteProject()
,
as_IQRtteProjectMulti()
,
as_IQRtteProject()
,
is_IQRtteProjectMulti()
,
is_IQRtteProject()
,
plot.IQRtteProject()
,
print.IQRtteProjectMulti()
,
print.IQRtteProject()
,
run_IQRtteProjectMulti()
,
run_IQRtteProject()
Other VPC:
createDataVPC_IQRnlmeProject()
,
plotVPC_IQRdataVPC()
,
vpc_IQRnlmeProject()