object to map data for rangeplots
MappedDataRangeDistribution.RdR6 class for mapping variable to data
See also
Other MappedData classes:
MappedData,
MappedDataBoxplot,
MappedDataTimeProfile
Super class
ospsuite.plots::MappedData -> MappedDataRangeDistribution
Methods
Method 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",
residualScale = NULL,
residualAesthetic = "y",
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'
residualScalescale of x residuals
residualAestheticaesthetic used for mapping residuals
modeOfBinningmethod of binning (e.g., 'breaks', 'number', 'interval')
numberOfBinsnumber of bins to use for binning
breaksbreaks for binning if
modeOfBinningis 'breaks'
Method setBorderDataTable()
This method sets up a data table containing border information for the bins. Set x mapping for the plot