Package index (original) (raw)
To create a plot, start with the [tidyplot()](../reference/tidyplot.html)
function. Build the plot by adding, removing, and adjusting plot components. The [split_plot()](../reference/split%5Fplot.html)
function must be called last in this sequence and can only be followed by [save_plot()](../reference/save%5Fplot.html)
.
Create
Add
Add plot components to represent data points, central tendency measures, dispersion and more.
Data points & amounts
Central tendency
Distribution & uncertainty
Proportion
Statistical testing
Annotation
Remove
Remove plot components.
Adjust
Adjust plot components, properties, and data labels.
Components & properties
Axis and color labels
Themes
Finetune the look of the plot.
Color schemes
Choose from a wide range of color schemes.
Split
Split the plot into a multi plot layout, eventually across multiple pages.
Output
Output the final plot or intermediate stages to the screen or to a file.