object to map data for rangeplots
MappedDataRangeDistribution.RdR6 class for mapping variable to data
See also
Other MappedData classes:
MappedData,
MappedDataBoxplot,
MappedDataTimeProfile
Super class
MappedData -> MappedDataRangeDistribution
Methods
MappedDataRangeDistribution$new()
Create a new MappedDataRangeDistribution object
Usage
MappedDataRangeDistribution$new(
data,
mapping,
groupAesthetics = NULL,
direction = "y",
isObserved = TRUE,
xlimits = NULL,
ylimits = NULL,
xScale = "linear",
yScale = "linear",
modeOfBinning = NA,
numberOfBins = NA,
breaks = NA
)Arguments
datadata.frame used for mapping
mappinglist of aesthetic mappings
groupAestheticsvector of aesthetics, which are used for columns mapped with aesthetic
groupbydirectiondirection of plot either "x" or "y"
isObservedA
booleanif TRUE mappings mdv, lloq, error and error_relative are evaluatedxlimitslimits for x-axis (may be NULL)
ylimitslimits for y-axis (may be NULL)
xScalescale of x-axis either 'linear' or 'log'
yScalescale of y-axis either 'linear' or 'log'
modeOfBinningmethod of binning (e.g., 'breaks', 'number', 'interval')
numberOfBinsnumber of bins to use for binning
breaksbreaks for binning if
modeOfBinningis 'breaks'
MappedDataRangeDistribution$setBins()
This method sets the bins for the data based on the specified mode of binning.
MappedDataRangeDistribution$setBorderDataTable()
This method sets up a data table containing border information for the bins. Set x mapping for the plot
MappedDataRangeDistribution$setXMapping()
This method sets the x mapping for the plot based on the specified parameters.