Corr Plot
Correlation plot builder.
The terminal build()
method will create a fully configured 'Plot' (i.e. Figure) object.
Notes
To hide axis tooltips, set "blank" or the result of elementBlank()
to the axisTooltip
, axisTooltipX
or axisTooltipY
parameter of the theme()
.
Examples
Parameters
Dataframe to compute correlations on.
Plot title.
default = true. false - do not show legend for this layer.
default = true. Whether to flip the y-axis.
Minimal correlation abs value to be included in result. Must be in interval [0.0, 1.0]
.
A scaler to adjust the plot size which was computed by CorrPlot
automatically.
Constructors
Functions
Uses Brewer 'BrBG' colors.
Uses gradient colors.
Uses Brewer 'PiYG' colors.
Uses Brewer 'PRGn' colors.
Uses Brewer 'PuOr' colors.
Uses Brewer 'RdBu' colors.
Uses Brewer 'RdGy' colors.
Uses Brewer 'RdYlBu' colors.
Uses Brewer 'RdYlGn' colors.
Uses Brewer 'Spectral' colors.