Geom options
to pass as a value of geom
parameter of layer
functions
like:
lets_plot() + stat_density(..., geom = Pos.point(), ... )
Add straight lines to a plot specified by slope and intercept.
Display an area.
Bar chart which makes the height of the bar proportional to the number of observed variable values, mapped to
x axis.
Add box plot.
Bar with horizontal median line
Display density function.
Error bars.
Line chart which makes the y value proportional to the number of observed variable values, mapped to x
axis.
Displays a 1d distribution by dividing variable mapped to x axis into bins and counting the number of
observations in each bin.
Add straight horizontal lines to a plot
Connect points in order of the variable on the x-axis
Line range, defined by an upper and lower value.
Connects observations in the order, how they appear in the data.
Points, as for a scatter plot.
Vertical line defined by upper and lower value with mid-point at Y-location.
Display a polygon (filled path).
geom_polygon draws polygons, which are filled paths.
Each vertex of the polygon requires a separate row in the data.
Rectangles with x, y values mapped to center.
Much faster than geom_tile but doesn't support width/height and color.
Draws rectangles
Display a ribbon.
Draws segments
Connects observations in the order, how they appear in the data.
Adds text directly to the plot
Rectangles with x, y values mapped to center
Add straight horizontal lines to a plot
(extensions in package jetbrains.letsPlot.intern)