Geoms, short for geometric objects, describe the type of plot you will produce. Read more
geom_abline
geom_bar
geom_boxplot
geom_crossbar
geom_density_2d
geom_histogram
geom_interval
geom_line
geom_path
geom_pointrange
geom_quantile
geom_segment
geom_text
geom_vline
geom_area
geom_blank
geom_contour
geom_density
geom_errorbar
geom_hline
geom_jitter
geom_linerange
geom_point
geom_polygon
geom_ribbon
geom_smooth
geom_tileIt's often useful to transform your data before plotting, and that's what statistical transformations do. Read more
stat_bin
stat_contour
stat_density_2d
stat_qq
stat_smooth
stat_sum
stat_unique
stat_boxplot
stat_density
stat_identity
stat_quantile
stat_sort
stat_summaryScales control the mapping between data and aesthetics. Read more
scale_area
scale_continuous
scale_discrete
scale_gradient2
scale_linetype
scale_pow
scale_shape
scale_size_discrete
scale_brewer
scale_date
scale_gradient
scale_hue
scale_manual
scale_prob
scale_sizeCoordinate systems adjust the mapping from coordinates to the 2d plane of the computer screen. Read more
coord_cartesian
coord_flip
coord_polar
coord_equal
coord_map
coord_transFacets display subsets of the dataset in different panels. Read more
facet_gridPosition adjustments can be used to fine tune positioning of objects to achieve effects like dodging, jittering and stacking. Read more
position_dodge
position_identity
position_stack
position_fill
position_jitter