Package-level declarations
Examples
Types
Displays a 1d distribution by dividing variable mapped to x-axis into bins and counting the number of observations in each bin.
Displays a 2d distribution by dividing the plane into a grid and counting the number of observations in each rectangle.
Displays contours of a 3d surface in 2d.
Displays filled contours of a 3d surface in 2d.
Displays the counts of items in each observed category.
Displays a distribution of counts by dividing the plane into a grid and counting the number of observations in each category of each rectangle.
Displays a density estimate.
Displays density function contour.
Displays filled contour bands.
Plots the sum of the y
and height
aesthetics versus x
. Heights of the ridges are relatively scaled.
Displays the empirical cumulative distribution function.
Displays quantile-quantile plot.
Displays quantile-quantile plot.
Displays quantile-quantile fitting line.
Displays quantile-quantile fitting line.
Displays a smoothed conditional mean.
Sum unique values
Displays the aggregated values of a single continuous variable grouped along the x-axis.
Displays a distribution by dividing variable mapped to x-axis into bins and applying aggregation functions to each bin.
Displays a violin plot.
Functions
Displays the distribution of data based on a five number summary ("minimum", first quartile (Q1), median, third quartile (Q3), and "maximum"), and "outlying" points individually.