getPlotSettings {rpact} | R Documentation |
Returns a plot settings object.
getPlotSettings(
lineSize = 0.8,
pointSize = 3,
pointColor = NA_character_,
mainTitleFontSize = 14,
axesTextFontSize = 10,
legendFontSize = 11,
scalingFactor = 1
)
lineSize |
The line size, default is |
pointSize |
The point size, default is |
pointColor |
The point color (character), default is |
mainTitleFontSize |
The main title font size, default is |
axesTextFontSize |
The axes text font size, default is |
legendFontSize |
The legend font size, default is |
scalingFactor |
The scaling factor, default is |
Returns an object of class PlotSettings
that collects typical plot settings.