ObsVsPredDataMapping | R Documentation |
Class for mapping variables in observations vs predictions plot
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> ObsVsPredDataMapping
lines
list of ratio limits to plot as horizontal lines
xmin
mapping of upper value of error bars around scatter points
xmax
mapping of lower value of error bars around scatter points
smoother
regression function name
lloq
mapping lloq lines
new()
Create a new ObsVsPredDataMapping
object
ObsVsPredDataMapping$new( x = NULL, y = NULL, xmin = NULL, xmax = NULL, lines = DefaultDataMappingValues$obsVsPred, smoother = NULL, lloq = NULL, ... )
x
Name of x variable to map
y
Name of y variable to map
xmin
mapping of upper value of error bars around scatter points
xmax
mapping of lower value of error bars around scatter points
lines
list of lines to plot
smoother
smoother function or parameter
lloq
mapping lloq lines
To map a loess smoother to the plot, use smoother
="loess"
...
parameters inherited from XYGDataMapping
A new ObsVsPredDataMapping
object
checkMapData()
Check that data
variables include map variables
ObsVsPredDataMapping$checkMapData(data, metaData = NULL)
data
data.frame to check
metaData
list containing information on data
A data.frame with map and defaultAes
variables.
Dummy variable defaultAes
is necessary to allow further modification of plots.
clone()
The objects of this class are cloneable with this method.
ObsVsPredDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.