xLimits and yLimits argument in PlotConfiguration are renamed xAxisLimits and yAxisLimits.
This will crop the axis limits but keep all the data to generate the plot (see ggplot2::coord_cartesian).xValuesLimits and yValuesLimits argument in PlotConfiguration to filter the data used to generate the plot. (see ggplot2::scale_continuous_x).Label
objects.New plots and their corresponding classes are now available :
Time Profile plots handle dual axis plots (#392)
New helpers for creating symmetric plots are available (#350)
Minor ticks can be displayed
Legend entries for fold distance lines can be plotted in plotObsVsPred()(#359)
New helper functions and parameters to facilitate usage of plot functions (#301):
getLinesFromFoldDistance translates fold distance values into lines argument for dataMapping objects.plotDDIRatio, plotPKRatio, plotObsVsPred, plotResVsPred and plotResVsTime include optional parameters such as foldDistance, deltaGuest or smoother.New helper enumerated lists:
TagPosition (tag position in a plot grid) (#293)HorizontalJustification (horizontal justifications for plot annotation text) (#293)VerticalJustification (vertical justifications for plot annotation text) (#293)PlotAnnotationTextSize (default text sizes for plot annotations) (#293)TickLabelTransforms (predefined tick labeling) (#304)PlotGridConfiguration class adds new fields to control the position of the individual plot tags and aesthetic properties of the tag text. (#293)plotGrid() to create a plot grid and PlotGridConfiguration class to specify its properties (#164).useMinimalTheme() (#223).Font and Label objects now accounts for properties align and fontFamily (#234).ExportFormats, ExportUnits, FontFaces and Alignements (#263)alpha (#227, #272)Theme objects was updated and themes can be loaded and saved through json files.plotTornado, added to available plotsplotTimeProfile splitting input data to pair data with observedDatarunThemeMaker(): create and save Theme objectsrunPlotMaker(): import your data, create and edit their plotShapes, Linetypes, Scaling, LegendPositions{tlf} now encourages using {patchwork} package to create a grid of plots instead of {gridExtra}.The tlf library is an R package compatible with the ospsuite package.
tlf provides an environment to create standardized plots and tables out of output extracted from the ospsuite.
The following release notes aim at presenting the features of the tlf library alpha release and how to report feedback.
plotPKRatio.
They can also get the measure of how many of these ratios were in the predefined ratio limits through the function getPKRatioMeasure.plotTimeProfile.plotHistogram.plotBoxWhisker.Theme and PlotConfiguration.
These configurations allows easy definitions of labels, background and axes properties.