PKRatioDataMapping | R Documentation |
R6 class for mapping x
, y
, GroupMapping
and pkRatio lines
variables to data
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> PKRatioDataMapping
lines
list of ratio limits to plot as horizontal lines
ymin
mapping of upper value of error bars around scatter points
ymax
mapping of lower value of error bars around scatter points
new()
Create a new PKRatioDataMapping
object
PKRatioDataMapping$new( x = NULL, y = NULL, ymin = NULL, ymax = NULL, lines = DefaultDataMappingValues$pkRatio, ... )
x
Name of x variable to map
y
Name of y variable to map
ymin
mapping of upper value of error bars around scatter points
ymax
mapping of lower value of error bars around scatter points
lines
List of ratio limits to display as horizontal lines
...
parameters inherited from XYGDataMapping
A new PKRatioDataMapping
object
checkMapData()
Check that data
variables include map variables
PKRatioDataMapping$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.
PKRatioDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
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.