Grouping | R Documentation |
R6 class for mapping a group
of variable(s) and their label
to data
group
data.frame or character defining the groups or group variables to group by
label
character printed name of the grouping
new()
Create a new Grouping
object
Grouping$new(group, label = NULL)
group
data.frame or character vector of groups
label
character name of the group
A new Grouping
object
getCaptions()
Get the caption associated to each group
Grouping$getCaptions(data, metaData = NULL)
data
data.frame to map
metaData
list of information on the data
A vector of characters containing the captions associated to each group
of data
clone()
The objects of this class are cloneable with this method.
Grouping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
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.