RangeDataMapping | R Documentation |
R6 class for mapping x
, ymin
and ymax
variable to data
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> RangeDataMapping
ymin
Name of ymin variable to map
ymax
Name of ymax variable to map
new()
Create a new RangeDataMapping
object
RangeDataMapping$new( x = NULL, ymin = NULL, ymax = NULL, groupMapping = NULL, color = NULL, fill = NULL, linetype = NULL, shape = NULL, size = NULL, group = NULL, data = NULL )
x
Name of x variable to map
ymin
Name of ymin variable to map
ymax
Name of ymax variable to map
groupMapping
R6 class GroupMapping
object
color
R6 class Grouping
object or its input
fill
R6 class Grouping
object or its input
linetype
R6 class Grouping
object or its input
shape
R6 class Grouping
object or its input
size
R6 class Grouping
object or its input
group
R6 class Grouping
object or its input
data
data.frame to map used by .smartMapping
A new RangeDataMapping
object
checkMapData()
Check that data
variables include map variables
RangeDataMapping$checkMapData(data, metaData = NULL)
data
data.frame to check
metaData
list containing information on data
A data.frame with map and legendLabels
variables.
Dummy variable legendLabels
is necessary to allow further modification of plots.
clone()
The objects of this class are cloneable with this method.
RangeDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.