Ggplot 2
Ggplot 2
Ggplot 2
July 5, 2010
Type Package
Title An implementation of the Grammar of Graphics
Version 0.8.8
Author Hadley Wickham <h.wickham@gmail.com>
Maintainer Hadley Wickham <h.wickham@gmail.com>
Description An implementation of the grammar of graphics in R. It combines the advantages of both
base and lattice graphics: conditioning and shared axes are handled automatically, and you can
still build up a plot step by step from multiple data sources. It also implements a sophisticated
multidimensional conditioning system and a consistent interface to map data to aesthetic
attributes. See the ggplot2 website for more information, documentation and examples.
Depends reshape (>= 0.8.0), grid, proto
Imports plyr (>= 1.0), splines, MASS, RColorBrewer, digest, colorspace
Suggests quantreg, Hmisc, mapproj, maps, hexbin, gpclib, maptools
Extends sp
License GPL
URL http://had.co.nz/ggplot2/
LazyLoad false
LazyData true
Collate aaa-.r aaa-compare.r aaa-constants.r aaa-examples.r aaa-html.r aaa-rdoc.r aes.r annotation.r
coord-.r coord-cartesian-.r coord-cartesian-equal.r coord-cartesian-flipped.r coord-map.r
coord-polar.r coord-transform.r date-time-breaks.r date-time.r dhist.r facet-.r facet-grid-.r
facet-labels.r facet-viewports.r facet-wrap.r formats.r fortify-lm.r fortify-map.r fortify-spatial.r
fortify.r geom-.r geom-abline.r geom-bar-.r geom-bar-histogram.r geom-bin2d.r geom-blank.r
geom-boxplot.r geom-crossbar.r geom-defaults.r geom-error.r geom-errorh.r geom-freqpoly.r
geom-hex.r geom-hline.r geom-linerange.r geom-path-.r geom-path-contour.r
geom-path-density2d.r geom-path-line.r geom-path-step.r geom-point-.r geom-point-jitter.r
geom-pointrange.r geom-polygon.r geom-quantile.r geom-rect.r geom-ribbon-.r
1
2 R topics documented:
Repository CRAN
R topics documented:
aes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
borders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
comma . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
coord_cartesian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
coord_fixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
coord_flip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
coord_map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
coord_polar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
coord_trans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
cut_interval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
cut_number . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Diamond prices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
dollar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
expand_limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
expand_range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
facet_grid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
facet_wrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
fortify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
fortify.lm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
fortify.map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
fortify.SpatialPolygonsDataFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
Fuel economy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
geom_abline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
geom_area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
geom_bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
geom_bin2d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
R topics documented: 3
geom_blank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
geom_boxplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
geom_contour . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
geom_crossbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
geom_density . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
geom_density2d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
geom_errorbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
geom_errorbarh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
geom_freqpoly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
geom_hex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
geom_histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
geom_hline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
geom_jitter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
geom_line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
geom_linerange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
geom_path . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
geom_point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
geom_pointrange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
geom_polygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
geom_quantile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
geom_rect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
geom_ribbon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
geom_rug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
geom_segment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
geom_smooth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
geom_step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
geom_text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
geom_tile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
geom_vline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
ggfluctuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
ggmissing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
ggorder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
ggpcp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
ggplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
ggplot.data.frame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
ggsave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
ggstructure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
IMDB movies data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
label_both . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
label_bquote . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
label_parsed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
label_value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
labs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
last_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
Mammals sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
map_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
Midwest demographics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
Nodoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
4 R topics documented:
opts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
percent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
plotmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
position_dodge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
position_fill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
position_identity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
position_jitter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
position_stack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
Presidential terms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
qplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
rescale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
scale_alpha_continuous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
scale_brewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
scale_continuous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
scale_date . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
scale_datetime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
scale_discrete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
scale_gradient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
scale_gradient2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124
scale_gradientn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
scale_grey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
scale_hue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
scale_identity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
scale_linetype_discrete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
scale_manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
scale_shape_discrete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
scale_size_continuous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135
scientific . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
Seals vector field . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
stat_abline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
stat_bin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139
stat_bin2d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
stat_binhex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142
stat_boxplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
stat_contour . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
stat_density . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
stat_density2d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
stat_function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
stat_hline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
stat_identity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
stat_qq . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
stat_quantile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
stat_smooth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
stat_spoke . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
stat_sum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
stat_summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
stat_unique . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
stat_vline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
aes 5
theme_blank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167
theme_bw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167
theme_gray . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
theme_line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
theme_rect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169
theme_segment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169
theme_text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
theme_update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
update_geom_defaults . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
update_stat_defaults . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
US economic time series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
xlim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
ylim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174
Index 175
Description
Aesthetic mappings describe how variables in the data are mapped to visual properties (aesthetics)
of geoms.
Usage
aes(x, y, ...)
Arguments
x x value
y y value
... List of name value pairs
Details
aes creates a list of unevaluated expressions. This function also performs partial name matching,
converts color to colour, and old style R names to new ggplot names (eg. pch to shape, cex to size)
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
aes_string
6 borders
Examples
aes(x = mpg, y = wt)
aes(x = mpg ^ 2, y = wt / cyl)
Description
Create a layer of map borders
Usage
borders(database = "world", regions = ".", fill = NA, colour = "grey50", ...)
Arguments
database map data, see map for details
regions map region
fill fill colour
colour border colour
... other arguments passed on to geom_polygon
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
if (require(maps)) {
ia <- map_data("county", "iowa")
mid_range <- function(x) mean(range(x))
seats <- ddply(ia, .(subregion), plyr::colwise(mid_range, .(lat, long)))
ggplot(ia, aes(long, lat)) +
geom_polygon(aes(group = group), fill = NA, colour = "grey60") +
geom_text(aes(label = subregion), data = seats, size = 2, angle = 45)
data(us.cities)
capitals <- subset(us.cities, capital == 2)
ggplot(capitals, aes(long, lat)) +
borders("state") +
geom_point(aes(size = pop)) +
scale_area()
}
comma 7
Description
Format number with commas separating thousands
Usage
comma(x, ...)
Arguments
x numeric vector to format
... other arguments passed on to format
Author(s)
Hadley Wickham <h.wickham@gmail.com>
coord_cartesian coord_cartesian
Description
Cartesian coordinates
Usage
coord_cartesian(xlim = NULL, ylim = NULL, ...)
Arguments
xlim x limits
ylim y limits
... ignored
Details
The Cartesian coordinate system is the most familiar, and common, type of coordinate system.
There are no options to modify, and it is used by default, so you shouldn’t need to call it explicitly
This page describes coord\_cartesian, see layer and qplot for how to create a complete plot
from individual components.
8 coord_fixed
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/coord_cartesian.html
Examples
## Not run:
# There are two ways of zooming the plot display: with scales or
# with coordinate systems. They work in two rather different ways.
# Setting the limits on a scale will throw away all data that's not
# inside these limits. This is equivalent to plotting a subset of
# the original data
p + scale_x_continuous(limits = c(325, 500))
# When zooming the scale, the we get 25 new bins that are the same
# size on the plot, but represent smaller regions of the data space
d + scale_x_continuous(limits = c(0, 2))
## End(Not run)
coord_fixed coord_fixed
coord_fixed 9
Description
Cartesian coordinates with fixed relationship between x and y scales.
Usage
coord_fixed(ratio = 1, ...)
Arguments
ratio NULL
... ignored
Details
A fixed scale coordinate system forces a specified ratio between the physical representation of data
units on the axes. The ratio represents the number of units on the y-axis equivalent to one unit on
the x-axis. The default, ratio = 1, ensures that one unit on the x-axis is the same length as one unit
on the y-axis. Ratios higher than one make units on the y axis longer than units on the x-axis, and
vice versa. This is similar to ?eqscplot in MASS, but it works for all types of graphics
This page describes coord\_fixed, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/coord_fixed.html
Examples
## Not run:
# ensures that the ranges of axes are equal to the specified ratio by
# adjusting the plot aspect ratio
# Resize the plot to see that the specified aspect ratio is mantained
## End(Not run)
10 coord_flip
coord_flip coord_flip
Description
Flipped cartesian coordinates
Usage
coord_flip(xlim = NULL, ylim = NULL, ...)
Arguments
xlim x limits
ylim y limits
... ignored
Details
Flipped cartesian coordinates so that horizontal becomes vertical, and vertical, horizontal. This is
primarily useful for converting geoms and statistics which display y conditional on x, to x condi-
tional on y
This page describes coord\_flip, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/coord_flip.html
Examples
## Not run:
# Very useful for creating boxplots, and other interval
# geoms in the horizontal instead of vertical position.
qplot(cut, price, data=diamonds, geom="boxplot")
last_plot() + coord_flip()
## End(Not run)
coord_map coord_map
Description
Map projections
Usage
coord_map(projection = "mercator", orientation = NULL, xlim = NULL,
ylim = NULL, fast = TRUE, ...)
Arguments
projection projection to use, see ?mapproject for complete list
orientation orientation, which defaults to c(90, 0, mean(range(x))). This is not optimal for
many projections, so you will have to supply your own.
xlim x limits
ylim y limits
fast NULL
... other arguments passed on to mapproject
Details
This coordinate system provides the full range of map projections available in the mapproj package.
This is still experimental, and if you have any advice to offer regarding a better (or more correct)
way to do this, please let me know
This page describes coord\_map, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
12 coord_polar
See Also
• http://had.co.nz/ggplot2/coord_map.html
Examples
## Not run:
try_require("maps")
# Create a lat-long dataframe from the maps package
nz <- data.frame(map("nz", plot=FALSE)[c("x","y")])
(nzmap <- qplot(x, y, data=nz, geom="path"))
nzmap + coord_map()
nzmap + coord_map(project="cylindrical")
nzmap + coord_map(project='azequalarea',orientation=c(-36.92,174.6,0))
## End(Not run)
coord_polar coord_polar
Description
Polar coordinates
Usage
coord_polar(theta = "x", start = 0, direction = 1, expand = FALSE,
...)
Arguments
theta variable to map angle to (’x’ or ’y’)
start offset from 12 o’clock in radians
coord_polar 13
Details
The polar coordinate system is most commonly used for pie charts, which are a stacked bar chart in
polar coordinates.
This coordinate system has one argument, theta, which determines which variable is mapped to
angle and which to radius. Valid values are "x" and "y".
This page describes coord\_polar, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/coord_polar.html
Examples
## Not run:
# NOTE: Use these plots with caution - polar coordinates has
# major perceptual problems. The main point of these examples is
# to demonstrate how these common plots can be described in the
# grammar. Use with EXTREME caution.
df <- data.frame(
variable = c("resembles", "does not resemble"),
value = c(80, 20)
)
ggplot(df, aes(x = "", y = value, fill = variable)) +
geom_bar(width = 1) +
scale_fill_manual(values = c("red", "yellow")) +
coord_polar("y", start=pi / 3) +
opts(title = "Pac man")
# Wind rose
doh + geom_bar(width = 1) + coord_polar()
# Race track plot
doh + geom_bar(width = 0.9, position = "fill") + coord_polar(theta = "y")
## End(Not run)
coord_trans coord_trans
Description
Transformed cartesian coordinate system
Usage
coord_trans(xtrans = "identity", ytrans = "identity", ...)
Arguments
xtrans NULL
ytrans NULL
... ignored
Details
This page describes coord\_trans, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
coord_trans 15
Author(s)
See Also
• http://had.co.nz/ggplot2/coord_trans.html
Examples
## Not run:
# See ?geom_boxplot for other examples
## End(Not run)
16 cut_interval
Description
Usage
Arguments
x numeric vector
n number of intervals to create, OR
length length of each interval
... other arguments passed on to cut
Details
Author(s)
See Also
cut_number
Examples
table(cut_interval(1:100, n = 10))
table(cut_interval(1:100, n = 11))
table(cut_interval(1:100, length = 10))
cut_number 17
Description
Cut numeric vector into intervals containing equal number of points.
Usage
cut_number(x, n = NULL, ...)
Arguments
x numeric vector
n number of intervals to create, OR
... length of each interval
other arguments passed on to cut
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
cut_interval
Examples
table(cut_number(runif(1000), n = 10))
Description
A dataset containing the prices and other attributes of almost 54,000 diamonds. The variables are
as follows:
• x. length in mm (0–10.74)
• y. width in mm (0–58.9)
• z. depth in mm (0–31.8)
• depth. total depth percentage = z / mean(x, y) = 2 * z / (x + y) (43–79)
• table. width of top of diamond relative to widest point (43–95)
Usage
data(diamonds)
Format
Description
Usage
dollar(x, ...)
Arguments
Author(s)
Description
Some times you may want to ensure limits include a single value, for all panels or all plots. This
function is a thin wrapper around geom_blank that makes it easy to add such values.
Usage
expand_limits(...)
Arguments
... named list of aesthetics specifying the value (or values that should be included.
Author(s)
Examples
p <- qplot(mpg, wt, data = mtcars)
p + expand_limits(x = 0)
p + expand_limits(y = c(1, 9))
p + expand_limits(x = 0, y = 0)
Description
Usage
Arguments
range range of data
mul multiplicative constract
add additive constant
zero distance to use if range has zero width
Author(s)
Hadley Wickham <h.wickham@gmail.com>
facet_grid facet_grid
Description
Lay out panels in a rectangular/tabular manner.
Usage
facet_grid(facets = . ~ ., margins = FALSE, scales = "fixed",
space = "fixed", labeller = "label_value", as.table = TRUE,
...)
Arguments
facets a formula with the rows (of the tabular display) on the LHS and the columns (of
the tabular display) on the RHS; the dot in the formula is used to indicate there
should be no faceting on this dimension (either row or column); the formula can
also be entered as a string instead of a classical formula object
margins logical value, should marginal rows and columns be displayed
scales NULL
space NULL
labeller NULL
as.table NULL
... other arguments
Details
This page describes facet\_grid, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
facet_grid 21
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/facet_grid.html
Examples
## Not run:
# faceting displays subsets of the data in different panels
p <- ggplot(diamonds, aes(carat, ..density..)) +
geom_histogram(binwidth = 1)
# You may need to set your own breaks for consitent display:
mt + facet_grid(. ~ cyl, scales = "free_x", space="free") +
scale_x_continuous(breaks = seq(10, 36, by = 2))
# Adding scale limits override free scales:
last_plot() + xlim(10, 15)
## End(Not run)
facet_wrap facet_wrap
Description
Wrap a 1d ribbon of panels into 2d.
Usage
facet_wrap(facets, nrow = NULL, ncol = NULL, scales = "fixed",
as.table = TRUE, drop = TRUE, ...)
Arguments
facets NULL
nrow number of rows
ncol number of colums
facet_wrap 23
scales should scales be fixed, free, or free in one dimension (free_x, free_y)
as.table NULL
drop NULL
... other arguments
Details
This page describes facet\_wrap, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/facet_wrap.html
Examples
## Not run:
d <- ggplot(diamonds, aes(carat, price, fill = ..density..)) +
xlim(0, 2) + stat_binhex(na.rm = TRUE) + opts(aspect.ratio = 1)
d + facet_wrap(~ color)
d + facet_wrap(~ color, ncol = 1)
d + facet_wrap(~ color, ncol = 4)
d + facet_wrap(~ color, nrow = 1)
d + facet_wrap(~ color, nrow = 3)
# You can choose to keep the scales constant across all panels
# or vary the x scale, the y scale or both:
p <- qplot(price, data = diamonds, geom = "histogram", binwidth = 1000)
p + facet_wrap(~ color)
p + facet_wrap(~ color, scales = "free_y")
# Add data that does not contain all levels of the faceting variables
cyl6 <- subset(mpg, cyl == 6)
p + geom_point(data = cyl6, colour = "red", size = 1) +
facet_wrap(~ cyl)
24 fortify
## End(Not run)
Description
Generic method to supplement the original data with model fit statistics
Usage
Arguments
model model
data dataset
... other arguments passed to methods
Author(s)
See Also
fortify.lm
fortify.lm 25
Description
Supplement the data fitted to a linear model with model fit statistics.
Usage
fortify.lm(model, data = model$model, ...)
Arguments
model linear model
data data set, defaults to data used to fit model
... not used
Details
The following statistics will be added to the data frame:
If you have missing values in your model data, you may need to refit the model with na.action
= na.preserve.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
mod <- lm(mpg ~ wt, data = mtcars)
head(fortify(mod))
head(fortify(mod, mtcars))
plot(mod, which = 1)
qplot(.fitted, .resid, data = mod) + geom_hline() + geom_smooth(se = FALSE)
qplot(.fitted, .stdresid, data = mod) + geom_hline() +
geom_smooth(se = FALSE)
qplot(.fitted, .stdresid, data = fortify(mod, mtcars),
26 fortify.map
colour = factor(cyl))
qplot(mpg, .stdresid, data = fortify(mod, mtcars), colour = factor(cyl))
plot(mod, which = 2)
# qplot(sample =.stdresid, data = mod, stat = "qq") + geom_abline()
plot(mod, which = 3)
qplot(.fitted, sqrt(abs(.stdresid)), data = mod) + geom_smooth(se = FALSE)
plot(mod, which = 4)
qplot(seq_along(.cooksd), .cooksd, data = mod, geom = "bar",
stat="identity")
plot(mod, which = 5)
qplot(.hat, .stdresid, data = mod) + geom_smooth(se = FALSE)
ggplot(mod, aes(.hat, .stdresid)) +
geom_vline(size = 2, colour = "white", xintercept = 0) +
geom_hline(size = 2, colour = "white", yintercept = 0) +
geom_point() + geom_smooth(se = FALSE)
plot(mod, which = 6)
ggplot(mod, aes(.hat, .cooksd, data = mod)) +
geom_vline(colour = NA) +
geom_abline(slope = seq(0, 3, by = 0.5), colour = "white") +
geom_smooth(se = FALSE) +
geom_point()
qplot(.hat, .cooksd, size = .cooksd / .hat, data = mod) + scale_area()
Description
Fortify method for map objects
Usage
fortify.map(model, data, ...)
Arguments
model map object
data ignored
... ignored
fortify.SpatialPolygonsDataFrame 27
Details
This function turns a map into a data frame than can more easily be plotted with ggplot2.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
if (require(maps)) {
ca <- map_data("county", "ca")
qplot(long, lat, data = ca, geom="polygon", group = group)
tx <- map_data("county", "texas")
qplot(long, lat, data = tx, geom="polygon", group = group,
colour = I("white"))
}
fortify.SpatialPolygonsDataFrame
Fortify spatial polygons and lines
Description
Fortify method for a number of the class from the sp package.
Usage
fortify.SpatialPolygonsDataFrame(model, data, region = NULL, ...)
Arguments
model SpatialPolygonsDataFrame
data not used
region name of variable to split up regions by
... not used
Details
To figure out the correct variable name for region, inspect as.data.frame(model).
Author(s)
Hadley Wickham <h.wickham@gmail.com>
28 geom_abline
Fuel economy Fuel economy data from 1999 and 2008 for 38 popular models of car
Description
This dataset contains a subset of the fuel economy data that the EPA makes available on http:
//fueleconomy.gov. It contains only models which had a new release every year between
1999 and 2008 - this was used as a proxy for the popularity of the car.
• manufacturer.
• model.
• displ. engine displacement, in litres
• year.
• cyl. number of cylinders
• trans. type of transmission
• drv. f = front-wheel drive, r = rear wheel drive, 4 = 4wd
• cty. city miles per gallon
• hwy. highway miles per gallon
• fl.
• class.
Usage
data(mpg)
Format
A data frame with 234 rows and 11 variables
geom_abline geom_abline
Description
Line, specified by slope and intercept
Usage
geom_abline(mapping = NULL, data = NULL, stat = "abline", position = "identity",
...)
geom_abline 29
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
The abline geom adds a line with specified slope and intercept to the plot.
With its siblings geom\_hline and geom\_vline, it’s useful for annotating plots. You can supply
the parameters for geom\_abline, intercept and slope, in two ways: either explicitly as fixed val-
ues, or stored in the data set. If you specify the fixed values (geom_abline(intercept=0,
slope=1)) then the line will be the same in all panels, but if the intercept and slope are stored in
the data, then can vary from panel to panel. See the examples for more ideas.
This page describes geom\_abline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_abline. Aesthetics are mapped to variables in the
data with the aes function: geom_abline(aes(x = var))
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_smooth: To add lines derived from the data
• geom_hline: for horizontal lines
• geom_vline: for vertical lines
• geom_segment: for a more general approach
• http://had.co.nz/ggplot2/geom_abline.html
30 geom_area
Examples
## Not run:
p <- qplot(wt, mpg, data = mtcars)
## End(Not run)
geom_area geom_area
Description
Area plots
Usage
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
na.rm NULL
... ignored
Details
An area plot is the continuous analog of a stacked bar chart (see geom\_bar), and can be used to
show how composition of the whole varies over the range of x. Choosing the order in which different
components is stacked is very important, as it becomes increasing hard to see the individual pattern
as you move up the stack.
An area plot is a special case of geom\_ribbon, where the minimum of the range is fixed to 0, and
the position adjustment defaults to position\_stacked.
This page describes geom\_area, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_area. Aesthetics are mapped to variables in the
data with the aes function: geom_area(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_bar: Discrete intervals (bars)
• geom_linerange: Discrete intervals (lines)
• geom_polygon: General polygons
• http://had.co.nz/ggplot2/geom_area.html
32 geom_bar
Examples
## Not run:
# Examples to come
## End(Not run)
geom_bar geom_bar
Description
Bars, rectangles with bases on x-axis
Usage
geom_bar(mapping = NULL, data = NULL, stat = "bin", position = "stack",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
The bar geom is used to produce 1d area plots: bar charts for categorical x, and histograms for
continuous y. stat\_bin explains the details of these summaries in more detail. In particular, you can
use the weight aesthetic to create weighted histograms and barcharts where the height of the bar
no longer represent a count of observations, but a sum over some other variable. See the examples
for a practical example.
By default, multiple x’s occuring in the same place will be stacked a top one another by posi-
tion\_stack. If you want them to be dodged from side-to-side, check out position\_dodge. Finally,
position\_fill shows relative propotions at each x by stacking the bars and then stretch or squashing
them all to the same height
This page describes geom\_bar, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
geom_bar 33
Aesthetics
The following aesthetics can be used with geom\_bar. Aesthetics are mapped to variables in the
data with the aes function: geom_bar(aes(x = var))
• x: x position (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• weight: observation weight used in statistical transformation
• alpha: transparency
Advice
If you have presummarised data, use <code>stat="identity" to turn off the default summary
Sometimes, bar charts are used not as a distributional summary, but instead of a dotplot. Generally,
it’s preferable to use a dotplot (see geom\_point) as it has a better data-ink ratio. However, if
you do want to create this type of plot, you can set y to the value you have calculated, and use
stat=’identity’.
A bar chart maps the height of the bar to a variable, and so the base of the bar must always been
shown to produce a valid visual comparison. Naomi Robbins has a nice <a href=’http://www.b-eye-
network.com/view/index.php?cid=2468&fc=0&frss=1&ua’>article on this topic</a>.
This is the reason it doesn’t make sense to use a log-scaled y axis.
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_bin: for more details of the binning alogirithm
• position_dodge: for creating side-by-side barcharts
• position_stack: for more info on stacking
• http://had.co.nz/ggplot2/geom_bar.html
Examples
## Not run:
# Generate data
c <- ggplot(mtcars, aes(factor(cyl)))
c + geom_bar()
c + geom_bar() + coord_flip()
c + geom_bar(fill="white", colour="darkgreen")
# Use qplot
qplot(factor(cyl), data=mtcars, geom="bar")
34 geom_bin2d
# Stacked bar charts are easy in ggplot2, but not effective visually,
# particularly when there are many different things being stacked
ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar()
ggplot(diamonds, aes(color, fill=cut)) + geom_bar() + coord_flip()
## End(Not run)
geom_bin2d geom_bin2d
geom_bin2d 35
Description
Add heatmap of 2d bin counts
Usage
geom_bin2d(mapping = NULL, data = NULL, stat = "bin2d", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_bin2d, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_bin2d. Aesthetics are mapped to variables in the
data with the aes function: geom_bin2d(aes(x = var))
Author(s)
Hadley Wickham, http://had.co.nz/
36 geom_blank
See Also
• http://had.co.nz/ggplot2/geom_bin2d.html
Examples
## Not run:
# See ?stat_bin2d
## End(Not run)
geom_blank geom_blank
Description
Blank, draws nothing
Usage
geom_blank(mapping = NULL, data = NULL, stat = "identity", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_blank, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_blank.html
geom_boxplot 37
Examples
## Not run:
qplot(length, rating, data=movies, geom="blank")
# Nothing to see here!
## End(Not run)
geom_boxplot geom_boxplot
Description
Usage
Arguments
Details
This page describes geom\_boxplot, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
38 geom_boxplot
Aesthetics
The following aesthetics can be used with geom\_boxplot. Aesthetics are mapped to variables in
the data with the aes function: geom_boxplot(aes(x = var))
• x: x position (required)
• lower: NULL (required)
• upper: NULL (required)
• middle: NULL (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• weight: observation weight used in statistical transformation
• colour: border colour
• fill: internal colour
• size: size
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_quantile: View quantiles conditioned on a continuous variable
• geom_jitter: Another way to look at conditional distributions
• http://had.co.nz/ggplot2/geom_boxplot.html
Examples
## Not run:
p <- ggplot(mtcars, aes(factor(cyl), mpg))
p + geom_boxplot()
qplot(factor(cyl), mpg, data = mtcars, geom = "boxplot")
p + geom_boxplot() + geom_jitter()
p + geom_boxplot() + coord_flip()
qplot(factor(cyl), mpg, data = mtcars, geom = "boxplot") +
coord_flip()
p + geom_boxplot(aes(fill = factor(am)))
## End(Not run)
geom_contour geom_contour
Description
Display contours of a 3d surface in 2d
Usage
geom_contour(mapping = NULL, data = NULL, stat = "contour", position = "identity",
lineend = "butt", linejoin = "round", linemitre = 1, na.rm = FALSE,
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
lineend Line end style (round, butt, square)
linejoin Line join style (round, mitre, bevel)
40 geom_contour
Details
This page describes geom\_contour, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_contour. Aesthetics are mapped to variables in
the data with the aes function: geom_contour(aes(x = var))
• x: x position (required)
• y: y position (required)
• weight: observation weight used in statistical transformation
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
See Also
Examples
## Not run:
# See stat_contour for examples
## End(Not run)
geom_crossbar 41
geom_crossbar geom_crossbar
Description
Hollow bar with middle indicated by horizontal line
Usage
geom_crossbar(mapping = NULL, data = NULL, stat = "identity",
position = "identity", fatten = 2, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
fatten a multiplicate factor to fatten middle bar by
... other arguments
Details
This page describes geom\_crossbar, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_crossbar. Aesthetics are mapped to variables in
the data with the aes function: geom_crossbar(aes(x = var))
• x: x position (required)
• y: y position (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• alpha: transparency
42 geom_density
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_errorbar: error bars
• geom_pointrange: range indicated by straight line, with point in the middle
• geom_linerange: range indicated by straight line + examples
• stat_summary: examples of these guys in use
• geom_smooth: for continuous analog
• http://had.co.nz/ggplot2/geom_crossbar.html
Examples
## Not run:
# See geom_linerange for examples
## End(Not run)
geom_density geom_density
Description
Display a smooth density estimate
Usage
geom_density(mapping = NULL, data = NULL, stat = "density", position = "identity",
na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
na.rm NULL
... ignored
Details
A smooth density estimate calculated by stat\_densityThis page describes geom\_density, see layer
and qplot for how to create a complete plot from individual components.
geom_density2d 43
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_density. Aesthetics are mapped to variables in the
data with the aes function: geom_density(aes(x = var))
• x: x position (required)
• y: y position (required)
• fill: internal colour
• weight: observation weight used in statistical transformation
• colour: border colour
• alpha: transparency
• size: size
• linetype: line type
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_histogram: for the histogram
• http://had.co.nz/ggplot2/geom_density.html
Examples
## Not run:
# See stat_density for examples
## End(Not run)
geom_density2d geom_density2d
Description
Contours from a 2d density estimate
Usage
geom_density2d(mapping = NULL, data = NULL, stat = "density2d",
position = "identity", lineend = "butt", linejoin = "round",
linemitre = 1, na.rm = FALSE, ...)
44 geom_density2d
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
lineend Line end style (round, butt, square)
linejoin Line join style (round, mitre, bevel)
linemitre Line mitre limit (number greater than 1)
na.rm NULL
... other arguments
Details
Perform a 2D kernel density estimatation using kde2d and display the results with contours.
This page describes geom\_density2d, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_density2d. Aesthetics are mapped to variables in
the data with the aes function: geom_density2d(aes(x = var))
• x: x position (required)
• y: y position (required)
• weight: observation weight used in statistical transformation
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Advice
This can be useful for dealing with overplotting.
Author(s)
Hadley Wickham, http://had.co.nz/
geom_errorbar 45
See Also
Examples
## Not run:
# See stat_density2d for examples
## End(Not run)
geom_errorbar geom_errorbar
Description
Error bars
Usage
Arguments
Details
This page describes geom\_errorbar, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
46 geom_errorbar
Aesthetics
The following aesthetics can be used with geom\_errorbar. Aesthetics are mapped to variables in
the data with the aes function: geom_errorbar(aes(x = var))
• x: x position (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• colour: border colour
• size: size
• linetype: line type
• width: width
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_pointrange: range indicated by straight line, with point in the middle
• geom_linerange: range indicated by straight line
• geom_crossbar: hollow bar with middle indicated by horizontal line
• stat_summary: examples of these guys in use
• geom_smooth: for continuous analog
• http://had.co.nz/ggplot2/geom_errorbar.html
Examples
## Not run:
# Create a simple example dataset
df <- data.frame(
trt = factor(c(1, 1, 2, 2)),
resp = c(1, 5, 3, 4),
group = factor(c(1, 2, 1, 2)),
se = c(0.1, 0.3, 0.3, 0.2)
)
df2 <- df[c(1,3),]
## End(Not run)
geom_errorbarh geom_errorbarh
Description
Horizontal error bars
Usage
geom_errorbarh(mapping = NULL, data = NULL, stat = "identity",
position = "identity", ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_errorbarh, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
48 geom_errorbarh
Aesthetics
The following aesthetics can be used with geom\_errorbarh. Aesthetics are mapped to variables in
the data with the aes function: geom_errorbarh(aes(x = var))
• x: x position (required)
• xmin: left (hortizontal minimum) (required)
• xmax: right (hortizontal maximum) (required)
• colour: border colour
• size: size
• linetype: line type
• height: height
• alpha: transparency
Author(s)
See Also
Examples
## Not run:
df <- data.frame(
trt = factor(c(1, 1, 2, 2)),
resp = c(1, 5, 3, 4),
group = factor(c(1, 2, 1, 2)),
se = c(0.1, 0.3, 0.3, 0.2)
)
## End(Not run)
geom_freqpoly 49
geom_freqpoly geom_freqpoly
Description
Frequency polygon
Usage
geom_freqpoly(mapping = NULL, data = NULL, stat = "bin", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_freqpoly, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_freqpoly. Aesthetics are mapped to variables in
the data with the aes function: geom_freqpoly(aes(x = var))
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_histogram: Histogram
• http://had.co.nz/ggplot2/geom_freqpoly.html
50 geom_hex
Examples
## Not run:
qplot(carat, data = diamonds, geom="freqpoly")
qplot(carat, data = diamonds, geom="freqpoly", binwidth = 0.1)
qplot(carat, data = diamonds, geom="freqpoly", binwidth = 0.01)
## End(Not run)
geom_hex geom_hex
Description
Usage
Arguments
Details
This page describes geom\_hex, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
geom_histogram 51
Aesthetics
The following aesthetics can be used with geom\_hex. Aesthetics are mapped to variables in the
data with the aes function: geom_hex(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• fill: internal colour
• size: size
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_hex.html
Examples
## Not run:
# See ?stat_binhex for examples
## End(Not run)
geom_histogram geom_histogram
Description
Histogram
Usage
geom_histogram(mapping = NULL, data = NULL, stat = "bin", position = "stack",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
52 geom_histogram
Details
geom\_histogram is an alias for geom\_bar + stat\_bin so you will need to look at the documentation
for those objects to get more information about the parameters.
This page describes geom\_histogram, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_histogram. Aesthetics are mapped to variables in
the data with the aes function: geom_histogram(aes(x = var))
• x: x position (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• weight: observation weight used in statistical transformation
• alpha: transparency
Advice
geom\_histogram only allows you to set the width of the bins (with the binwidth parameter), not the
number of bins, and it certainly does not suport the use of common heuristics to select the number
of bins. In practice, you will need to use multiple bin widths to discover all the signal in the data,
and having bins with meaningful widths (rather than some arbitrary fraction of the range of the data)
is more interpretable.
Author(s)
See Also
Examples
## Not run:
# Simple examles
qplot(rating, data=movies, geom="histogram")
qplot(rating, data=movies, weight=votes, geom="histogram")
qplot(rating, data=movies, weight=votes, geom="histogram", binwidth=1)
qplot(rating, data=movies, weight=votes, geom="histogram", binwidth=0.1)
# More complex
m <- ggplot(movies, aes(x=rating))
m + geom_histogram()
m + geom_histogram(aes(y = ..density..)) + geom_density()
m + geom_histogram(binwidth = 1)
m + geom_histogram(binwidth = 0.5)
m + geom_histogram(binwidth = 0.1)
# Change scales
m + geom_histogram(aes(fill = ..count..)) +
scale_fill_gradient("Count", low = "green", high = "red")
# Using log scales does not work here, because the first
# bar is anchored at zero, and so when transformed becomes negative
# infinity. This is not a problem when transforming the scales, because
# no observations have 0 ratings.
54 geom_hline
# You can also transform the y axis. Remember that the base of the bars
# has value 0, so log transformations are not appropriate
m <- ggplot(movies, aes(x = rating))
m + geom_histogram(binwidth = 0.5) + scale_y_sqrt()
m + geom_histogram(binwidth = 0.5) + scale_y_reverse()
# Use facets
m <- m + geom_histogram(binwidth = 0.5)
m + facet_grid(Action ~ Comedy)
## End(Not run)
geom_hline geom_hline
geom_hline 55
Description
Line, horizontal
Usage
Arguments
Details
This geom allows you to annotate the plot with horizontal lines (see geom\_vline and geom\_abline
for other types of lines)
There are two ways to use it. You can either specify the intercept of the line in the call to the geom,
in which case the line will be in the same position in every panel. Alternatively, you can supply a
different intercept for each panel using a data.frame. See the examples for the differences
This page describes geom\_hline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_hline. Aesthetics are mapped to variables in the
data with the aes function: geom_hline(aes(x = var))
Author(s)
See Also
• geom_vline: for vertical lines
• geom_abline: for lines defined by a slope and intercept
• geom_segment: for a more general approach
• http://had.co.nz/ggplot2/geom_hline.html
Examples
## Not run:
p <- ggplot(mtcars, aes(x = wt, y=mpg)) + geom_point()
p + geom_hline(aes(yintercept=mpg))
p + geom_hline(yintercept=20)
p + geom_hline(yintercept=seq(10, 30, by=5))
## End(Not run)
geom_jitter geom_jitter
Description
Points, jittered to reduce overplotting
Usage
geom_jitter(mapping = NULL, data = NULL, stat = "identity", position = "jitter",
na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
na.rm NULL
... ignored
geom_jitter 57
Details
The jitter geom is a convenient default for geom\_point with position = ’jitter’. See position\_jitter
for more details on adjusting the amount of jittering.
This page describes geom\_jitter, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_jitter. Aesthetics are mapped to variables in the
data with the aes function: geom_jitter(aes(x = var))
• x: x position (required)
• y: y position (required)
• shape: shape of point
• colour: border colour
• size: size
• fill: internal colour
• alpha: transparency
Advice
It is often useful for plotting categorical data.
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_point: Regular, unjittered points
• geom_boxplot: Another way of looking at the conditional distribution of a variable
• position_jitter: For examples, using jittering with other geoms
• http://had.co.nz/ggplot2/geom_jitter.html
Examples
## Not run:
p <- ggplot(movies, aes(x=mpaa, y=rating))
p + geom_point()
p + geom_point(position = "jitter")
# Vary parameters
p + geom_jitter(position=position_jitter(width=5))
p + geom_jitter(position=position_jitter(height=5))
## End(Not run)
geom_line geom_line
Description
Usage
Arguments
Details
This page describes geom\_line, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
geom_line 59
Aesthetics
The following aesthetics can be used with geom\_line. Aesthetics are mapped to variables in the
data with the aes function: geom_line(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_path: Connect observations, in original order
• geom_segment: Line segments
• geom_ribbon: Fill between line and x-axis
• http://had.co.nz/ggplot2/geom_line.html
Examples
## Not run:
# Summarise number of movie ratings by year of movie
mry <- do.call(rbind, by(movies, round(movies$rating), function(df) {
nums <- tapply(df$length, df$year, length)
data.frame(rating=round(df$rating[1]), year = as.numeric(names(nums)), number=as.vector(nu
}))
# Change scale
p + geom_line(aes(colour = rating)) + scale_colour_gradient(low="red")
p + geom_line(aes(size = rating)) + scale_size(to = c(0.1, 3))
## End(Not run)
geom_linerange geom_linerange
Description
An interval represented by a vertical line
Usage
geom_linerange(mapping = NULL, data = NULL, stat = "identity",
position = "identity", ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_linerange, see layer and qplot for how to create a complete plot
from individual components.
geom_linerange 61
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_linerange. Aesthetics are mapped to variables in
the data with the aes function: geom_linerange(aes(x = var))
• x: x position (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_errorbar: error bars
• geom_pointrange: range indicated by straight line, with point in the middle
• geom_crossbar: hollow bar with middle indicated by horizontal line
• stat_summary: examples of these guys in use
• geom_smooth: for continuous analog
• http://had.co.nz/ggplot2/geom_linerange.html
Examples
## Not run:
# Generate data: means and standard errors of means for prices
# for each type of cut
dmod <- lm(price ~ cut, data=diamonds)
cuts <- data.frame(cut=unique(diamonds$cut), predict(dmod, data.frame(cut = unique(diamonds$
se + geom_errorbar(width = 0.5)
se + geom_crossbar(width = 0.5)
## End(Not run)
geom_path geom_path
Description
Usage
Arguments
Details
This page describes geom\_path, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
geom_path 63
Aesthetics
The following aesthetics can be used with geom\_path. Aesthetics are mapped to variables in the
data with the aes function: geom_path(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_line: Functional (ordered) lines
• geom_polygon: Filled paths (polygons)
• geom_segment: Line segments
• http://had.co.nz/ggplot2/geom_path.html
Examples
## Not run:
# Generate data
myear <- ddply(movies, .(year), plyr::colwise(mean, .(length, rating)))
p <- ggplot(myear, aes(length, rating))
p + geom_path()
# Change scale
p + geom_path(aes(size = year)) + scale_size(to = c(1, 3))
# Should work
p + geom_line(linetype = 2)
p + geom_line(aes(colour = group), linetype = 2)
p + geom_line(aes(colour = x))
# Should fail
should_stop(p + geom_line(aes(colour = x), linetype=2))
## End(Not run)
geom_point geom_point
geom_point 65
Description
Usage
Arguments
Details
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_point. Aesthetics are mapped to variables in the
data with the aes function: geom_point(aes(x = var))
• x: x position (required)
• y: y position (required)
• shape: shape of point
• colour: border colour
• size: size
• fill: internal colour
• alpha: transparency
66 geom_point
Advice
The scatterplot is useful for displaying the relationship between two continuous variables, although
it can also be used with one continuous and one categorical variable, or two categorical variables.
See geom\_jitter for possibilities.
The bubblechart is a scatterplot with a third variable mapped to the size of points. There are no
special names for scatterplots where another variable is mapped to point shape or colour, however.
The biggest potential problem with a scatterplot is overplotting: whenever you have more than a few
points, points may be plotted on top of one another. This can severely distort the visual appearance
of the plot. There is no one solution to this problem, but there are some techniques that can help.
You can add additional information with stat\_smooth, stat\_quantile or stat\_density2d. If you
have few unique x values, geom\_boxplot may also be useful. Alternatively, you can summarise the
number of points at each location and display that in some way, using stat\_sum. Another technique
is to use transparent points, geom_point(colour=alpha(’black’, 0.05))
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_size: To see how to scale area of points, instead of radius
• geom_jitter: Jittered points for categorical data
• http://had.co.nz/ggplot2/geom_point.html
Examples
## Not run:
p <- ggplot(mtcars, aes(wt, mpg))
p + geom_point()
# Change scales
p + geom_point(aes(colour = cyl)) + scale_colour_gradient(low = "blue")
p + geom_point(aes(size = qsec)) + scale_area()
p + geom_point(aes(shape = factor(cyl))) + scale_shape(solid = FALSE)
d + geom_point(alpha = 1/20)
d + geom_point(alpha = 1/100)
# These extra layers don't usually appear in the legend, but we can
# force their inclusion
p + geom_point(colour="black", size = 4.5, legend = TRUE) +
geom_point(colour="pink", size = 4, legend = TRUE) +
geom_point(aes(shape = factor(cyl)))
# Transparent points:
qplot(mpg, wt, data = mtcars, size = I(5), alpha = I(0.2))
# geom_point warns when missing values have been dropped from the data set
# and not plotted, you can turn this off by setting na.rm = TRUE
mtcars2 <- transform(mtcars, mpg = ifelse(runif(32) < 0.2, NA, mpg))
qplot(wt, mpg, data = mtcars2)
qplot(wt, mpg, data = mtcars2, na.rm = TRUE)
## End(Not run)
geom_pointrange geom_pointrange
Description
Usage
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_pointrange, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_pointrange. Aesthetics are mapped to variables in
the data with the aes function: geom_pointrange(aes(x = var))
• x: x position (required)
• y: y position (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• colour: border colour
• size: size
• linetype: line type
• shape: shape of point
• fill: internal colour
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_errorbar: error bars
• geom_linerange: range indicated by straight line, + examples
• geom_crossbar: hollow bar with middle indicated by horizontal line
• stat_summary: examples of these guys in use
• geom_smooth: for continuous analog
• http://had.co.nz/ggplot2/geom_pointrange.html
geom_polygon 69
Examples
## Not run:
# See geom_linerange for examples
## End(Not run)
geom_polygon geom_polygon
Description
Polygon, a filled path
Usage
geom_polygon(mapping = NULL, data = NULL, stat = "identity",
position = "identity", ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_polygon, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_polygon. Aesthetics are mapped to variables in
the data with the aes function: geom_polygon(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• alpha: transparency
70 geom_polygon
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_path: an unfilled polygon
• geom_ribbon: a polygon anchored on the x-axis
• http://had.co.nz/ggplot2/geom_polygon.html
Examples
## Not run:
# When using geom_polygon, you will typically need two data frames:
# one contains the coordinates of each polygon (positions), and the
# other the values associated with each polygon (values). An id
# variable links the two together
# Which seems like a lot of work, but then it's easy to add on
# other features in this coordinate system, e.g.:
# And if the positions are in longitude and latitude, you can use
# coord_map to produce different map projections.
## End(Not run)
geom_quantile 71
geom_quantile geom_quantile
Description
Add quantile lines from a quantile regression
Usage
geom_quantile(mapping = NULL, data = NULL, stat = "quantile",
position = "identity", lineend = "butt", linejoin = "round",
linemitre = 1, na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
lineend Line end style (round, butt, square)
linejoin Line join style (round, mitre, bevel)
linemitre Line mitre limit (number greater than 1)
na.rm NULL
... other arguments
Details
This page describes geom\_quantile, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_quantile. Aesthetics are mapped to variables in
the data with the aes function: geom_quantile(aes(x = var))
• x: x position (required)
• y: y position (required)
• weight: observation weight used in statistical transformation
• colour: border colour
• size: size
• linetype: line type
• alpha: transparency
72 geom_rect
Advice
This can be used as a continuous analogue of a geom\_boxplot.
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_line: Functional (ordered) lines
• geom_polygon: Filled paths (polygons)
• geom_segment: Line segments
• http://had.co.nz/ggplot2/geom_quantile.html
Examples
## Not run:
# See stat_quantile for examples
## End(Not run)
geom_rect geom_rect
Description
2d rectangles
Usage
geom_rect(mapping = NULL, data = NULL, stat = "identity", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_rect, see layer and qplot for how to create a complete plot from
individual components.
geom_rect 73
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_rect. Aesthetics are mapped to variables in the
data with the aes function: geom_rect(aes(x = var))
Author(s)
See Also
• http://had.co.nz/ggplot2/geom_rect.html
Examples
## Not run:
df <- data.frame(
x = sample(10, 20, replace = TRUE),
y = sample(10, 20, replace = TRUE)
)
ggplot(df, aes(xmin = x, xmax = x + 1, ymin = y, ymax = y + 2)) +
geom_rect()
## End(Not run)
74 geom_ribbon
geom_ribbon geom_ribbon
Description
Ribbons, y range with continuous x values
Usage
geom_ribbon(mapping = NULL, data = NULL, stat = "identity", position = "identity",
na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
na.rm NULL
... ignored
Details
This page describes geom\_ribbon, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_ribbon. Aesthetics are mapped to variables in the
data with the aes function: geom_ribbon(aes(x = var))
• x: x position (required)
• ymin: bottom (vertical minimum) (required)
• ymax: top (vertical maximum) (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• alpha: transparency
geom_rug 75
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_bar: Discrete intervals (bars)
• geom_linerange: Discrete intervals (lines)
• geom_polygon: General polygons
• http://had.co.nz/ggplot2/geom_ribbon.html
Examples
## Not run:
# Generate data
huron <- data.frame(year = 1875:1972, level = as.vector(LakeHuron))
huron$decade <- round_any(huron$year, 10, floor)
h + geom_ribbon(aes(ymin=0, ymax=level))
h + geom_area(aes(y = level))
## End(Not run)
geom_rug geom_rug
76 geom_rug
Description
Usage
Arguments
Details
This page describes geom\_rug, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_rug. Aesthetics are mapped to variables in the
data with the aes function: geom_rug(aes(x = var))
Author(s)
See Also
• http://had.co.nz/ggplot2/geom_rug.html
geom_segment 77
Examples
## Not run:
p <- ggplot(mtcars, aes(x=wt, y=mpg))
p + geom_point()
p + geom_point() + geom_rug()
p + geom_point() + geom_rug(position='jitter')
## End(Not run)
geom_segment geom_segment
Description
Single line segments
Usage
geom_segment(mapping = NULL, data = NULL, stat = "identity",
position = "identity", ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... other arguments
Details
This page describes geom\_segment, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_segment. Aesthetics are mapped to variables in
the data with the aes function: geom_segment(aes(x = var))
• x: x position (required)
• y: y position (required)
• xend: NULL (required)
78 geom_segment
Author(s)
See Also
Examples
## Not run:
require("maps")
## End(Not run)
geom_smooth 79
geom_smooth geom_smooth
Description
Add a smoothed condition mean.
Usage
geom_smooth(mapping = NULL, data = NULL, stat = "smooth", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes geom\_smooth, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_smooth. Aesthetics are mapped to variables in
the data with the aes function: geom_smooth(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• fill: internal colour
• size: size
• linetype: line type
• weight: observation weight used in statistical transformation
• alpha: transparency
80 geom_step
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_smooth.html
Examples
## Not run:
# See stat_smooth for examples of using built in model fitting
# if you need some more flexible, this example shows you how to
# plot the fits from any model of your choosing
qplot(wt, mpg, data=mtcars, colour=factor(cyl))
## End(Not run)
geom_step geom_step
Description
Connect observations by stairs
Usage
geom_step(mapping = NULL, data = NULL, stat = "identity", position = "identity",
direction = "hv", ...)
geom_step 81
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
direction direction of stairs: ’vh’ for vertical then horizontal, or ’hv’ for horizontal then
vertical
... other arguments
Details
Equivalent to plot(type=’s’).This page describes geom\_step, see layer and qplot for how to
create a complete plot from individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_step. Aesthetics are mapped to variables in the
data with the aes function: geom_step(aes(x = var))
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_step.html
Examples
## Not run:
# Simple quantiles/ECDF from examples(plot)
x <- sort(rnorm(47))
qplot(seq_along(x), x, geom="step")
## End(Not run)
geom_text geom_text
Description
Textual annotations
Usage
Arguments
Details
This page describes geom\_text, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
geom_text 83
Aesthetics
The following aesthetics can be used with geom\_text. Aesthetics are mapped to variables in the
data with the aes function: geom_text(aes(x = var))
• x: x position (required)
• y: y position (required)
• label: text label (required)
• colour: border colour
• size: size
• angle: angle
• hjust: horizontal justification, between 0 and 1
• vjust: vertical justification, between 0 and 1
• alpha: transparency
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_text.html
Examples
## Not run:
p <- ggplot(mtcars, aes(x=wt, y=mpg, label=rownames(mtcars)))
p + geom_text()
p <- p + geom_point()
p + geom_text(aes(size=wt))
p + geom_text(aes(size=wt)) + scale_size(to=c(3,6))
## End(Not run)
geom_tile geom_tile
Description
Tile plot as densely as possible, assuming that every tile is the same size.
Usage
geom_tile(mapping = NULL, data = NULL, stat = "identity", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
stat statistic used by this layer
position position adjustment used by this layer
... ignored
Details
Similar to levelplot and image.
This page describes geom\_tile, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_tile. Aesthetics are mapped to variables in the
data with the aes function: geom_tile(aes(x = var))
• x: x position (required)
• y: y position (required)
• fill: internal colour
geom_tile 85
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/geom_tile.html
Examples
## Not run:
# Generate data
pp <- function (n,r=4) {
x <- seq(-r*pi, r*pi, len=n)
df <- expand.grid(x=x, y=x)
df$r <- sqrt(df$x^2 + df$y^2)
df$z <- cos(df$r^2)*exp(-df$r/6)
df
}
p <- ggplot(pp(20), aes(x=x,y=y))
# Change scale
p + geom_tile(aes(fill=z)) + scale_fill_gradient(low="green", high="red")
# Missing values
p <- ggplot(pp(20)[sample(20*20, size=200),], aes(x=x,y=y,fill=z))
p + geom_tile()
## End(Not run)
geom_vline geom_vline
Description
Line, vertical
Usage
Arguments
Details
This geom allows you to annotate the plot with vertical lines (see geom\_hline and geom\_abline
for other types of lines)
There are two ways to use it. You can either specify the intercept of the line in the call to the geom,
in which case the line will be in the same position in every panel. Alternatively, you can supply a
different intercept for each panel using a data.frame. See the examples for the differences
This page describes geom\_vline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with geom\_vline. Aesthetics are mapped to variables in the
data with the aes function: geom_vline(aes(x = var))
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_hline: for horizontal lines
• geom_abline: for lines defined by a slope and intercept
• geom_segment: for a more general approach
• http://had.co.nz/ggplot2/geom_vline.html
Examples
## Not run:
# Fixed lines
p <- ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point()
p + geom_vline(xintercept = 5)
p + geom_vline(xintercept = 1:5)
p + geom_vline(xintercept = 1:5, colour="green")
last_plot() + coord_equal()
last_plot() + coord_flip()
## End(Not run)
Description
Usage
Arguments
table a table of values, or a data frame with three columns, the last column being
frequency
type size, or colour to create traditional heatmap
floor don’t display cells smaller than this value
ceiling round cells to at most this value
Details
Author(s)
Examples
ggfluctuation(table(movies$Action, movies$Comedy))
ggfluctuation(table(movies$Action, movies$mpaa))
ggfluctuation(table(movies$Action, movies$Comedy), type="colour")
ggfluctuation(table(warpbreaks$breaks, warpbreaks$tension))
ggmissing 89
Description
Usage
Arguments
data data.frame
avoid whether missings should be stacked or dodged, see geom_bar for more details
order whether variable should be ordered by number of missings
missing.only whether only variables containing some missing values should be shown
Details
The missing values plot is a useful tool to get a rapid overview of the number of missings in a
dataset. It’s strength is much more apparent when used with interactive graphics, as you can see in
Mondrian (http://rosuda.org/mondrian) where this plot was copied from.
Author(s)
See Also
ggstructure, ggorder
Examples
mmissing <- movies
mmissing[sample(nrow(movies), 1000), sample(ncol(movies), 5)] <- NA
ggmissing(mmissing)
ggmissing(mmissing, order=FALSE, missing.only = FALSE)
ggmissing(mmissing, avoid="dodge") + scale_y_sqrt()
90 ggpcp
Description
A plot to investigate the order in which observations were recorded.
Usage
ggorder(data, scale="rank")
Arguments
data data set to plot
scale type of scaling to use. See rescaler for options
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Description
Generate a plot “template” for a parallel coordinates plot.
Usage
ggpcp(data, vars=names(data), scale="range", ...)
Arguments
data data frame
vars variables to include in parallel coordinates plot
scale scaling function, one of "range", "var" or "I"
... other arguments passed on plot creation
Details
One way to think about a parallel coordinates plot, is as plotting the data after it has transformation
been transformed to gain a new variable. This function does this using melt.
This gives us enormous flexibility as we have separated out the type of drawing (lines by tradition)
and can now use any of the existing geom functions. In particular this makes it very easy to create
parallel boxplots, as shown in the example.
ggplot 91
Author(s)
Examples
ggpcp(mtcars) + geom_line()
ggpcp(mtcars, scale="var") + geom_line()
ggpcp(mtcars, vars=names(mtcars)[3:6], formula= . ~cyl, scale="I") + geom_line()
ggpcp(mtcars, scale="I") + geom_boxplot(aes(group=variable))
ggpcp(mtcars, vars=names(mtcars[2:6])) + geom_line()
p <- ggpcp(mtcars, vars=names(mtcars[2:6]))
p + geom_line()
p + geom_line(aes(colour=mpg))
Description
Usage
Arguments
Author(s)
See Also
http://had.co.nz/ggplot2
92 ggsave
Description
Usage
Arguments
Author(s)
See Also
http://had.co.nz/ggplot2
ggsave ggsave
Description
Usage
Arguments
Details
ggsave is a convenient function for saving a plot. It defaults to saving the last plot that you displayed,
and for a default size uses the size of the current graphics device. It also guess the type of graphics
device from the extension. This means the only argument you need to supply is the filename.
ggsave currently recognises the extensions eps/ps, tex (pictex), pdf, jpeg, tiff, png, bmp, svg and
wmf (windows only).
Author(s)
Examples
## Not run:
ratings <- qplot(rating, data=movies, geom="histogram")
qplot(length, data=movies, geom="histogram")
ggsave(file="length-hist.pdf")
ggsave(file="length-hist.png")
ggsave(ratings, file="ratings.pdf")
ggsave(ratings, file="ratings.pdf", width=4, height=4)
# make twice as big as on screen
ggsave(ratings, file="ratings.pdf", scale=2)
## End(Not run)
94 IMDB movies data
Description
A plot which aims to reveal gross structural anomalies in the data
Usage
ggstructure(data, scale = "rank")
Arguments
data data set to plot
scale type of scaling to use. See rescaler for options
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
ggstructure(mtcars)
IMDB movies data Movie information and user ratings from IMDB.com
Description
The internet movie database, http://imdb.com/, is a website devoted to collecting movie data
supplied by studios and fans. It claims to be the biggest movie database on the web and is run by
amazon. More about information imdb.com can be found online, http://imdb.com/help/
show_leaf?about, including information about the data collection process, http://imdb.
com/help/show_leaf?infosource.
IMDB makes their raw data available at http://uk.imdb.com/interfaces/. Unfortu-
nately, the data is divided into many text files and the format of each file differs slightly. To create
one data file containing all the desired information I wrote a script in the ruby to extract the relevent
information and store in a database. This data was then exported into csv for easy import into many
programs.
The following text files were downloaded and used:
Movies were selected for inclusion if they had a known length and had been rated by at least one
imdb user. The csv file contains the following fields:
Usage
data(movies)
Format
A data frame with 28819 rows and 24 variables
References
http://had.co.nz/data/movies/
Description
Join together facet value and the name of the variable to create a label.
Usage
label_both(variable, value)
Arguments
variable variable name passed in by facetter
value variable value passed in by facetter
96 label_bquote
Author(s)
Examples
p <- qplot(wt, mpg, data = mtcars)
p + facet_grid(~ cyl)
p + facet_grid(~ cyl, labeller = label_both)
Description
Create facet labels which contain the facet label in a larger expression
Usage
Arguments
Details
See bquote for details on the syntax of the argument. The label value is x.
Author(s)
See Also
plotmath
Examples
p <- qplot(wt, mpg, data = mtcars)
p + facet_grid(~ vs, labeller = label_bquote(alpha ^ .(x)))
p + facet_grid(~ vs, labeller = label_bquote(.(x) ^ .(x)))
label_parsed 97
Description
Parses the facet label, as if
Usage
label_parsed(variable, value)
Arguments
variable variable name passed in by facetter
value variable value passed in by facetter
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
plotmath
Examples
mtcars$cyl2 <- factor(mtcars$cyl, labels = c("alpha", "beta", "gamma"))
qplot(wt, mpg, data = mtcars) + facet_grid(. ~ cyl2)
qplot(wt, mpg, data = mtcars) + facet_grid(. ~ cyl2,
labeller = label_parsed)
Description
The default facet labelling just uses the value of the variable
Usage
label_value(variable, value)
Arguments
variable variable name passed in by facetter
value variable value passed in by facetter
98 labs
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
p <- qplot(wt, mpg, data = mtcars)
p + facet_grid(~ cyl)
p + facet_grid(~ cyl, labeller = label_value)
Description
This is a convenience function that saves some typing when modifying the axis labels or legend
titles
Usage
labs(...)
Arguments
... a list of new names in the form aesthetic = "new name"
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
p <- qplot(mpg, wt, data = mtcars)
p + labs(x = "New x label")
p + xlab("New x label")
p + ylab("New y label")
Description
Whenever a plot is created or modified, it is recorded.
Usage
last_plot()
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
ggsave
Mammals sleep An updated and expanded version of the mammals sleep dataset
Description
This is an updated and expanded version of the mammals sleep dataset. Updated sleep times and
weights were taken from V. M. Savage and G. B. West. A quantitative, theoretical framework for
understanding mammalian sleep. Proceedings of the National Academy of Sciences, 104 (3):1051-
1056, 2007. Additional variables order, conservation status and vore were added from wikipedia
data.
Usage
data(msleep)
Format
Description
Usage
Arguments
Author(s)
Examples
if (require(maps)) {
states <- map_data("state")
arrests <- USArrests
names(arrests) <- tolower(names(arrests))
arrests$region <- tolower(rownames(USArrests))
Midwest demographics
Demographic information of midwest counties
Description
The variables are as follows:
• PID
• county
• state
• area
• poptotal. Total population
• popdensity. Population density
• popwhite. Number of whites.
• popblack. Number of blacks.
• popamerindian. Number of American Indians.
• popasian. Number of Asians.
• popother. Number of other races.
• percwhite. Percent white.
• percblack. Percent black.
• percamerindan. Percent American Indian.
• percasian. Percent Asian.
• percother. Percent other races.
• popadults. Number of adults.
• perchsd.
• percollege. Percent college educated.
• percprof. Percent profession.
• poppovertyknown.
• percpovertyknown
• percbelowpoverty
• percchildbelowpovert
• percadultpoverty
• percelderlypoverty
• inmetro. In a metro area.
• category’
102 opts
Usage
data(midwest)
Format
A data frame with 437 rows and 28 variables
Description
All documentation is available at http://had.co.nz/ggplot2. Future versions will include
more documentation in the package itself.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Description
Set options/theme elements for a single plot
Usage
opts(...)
Arguments
... named list of theme settings
Details
Use this function if you want to modify a few theme settings for a single plot.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
p <- qplot(mpg, wt, data = mtcars)
p
p + opts(panel_background = theme_rect(colour = "pink"))
p + theme_bw()
percent 103
Description
Multiply by one hundred and display percent sign
Usage
percent(x)
Arguments
x numeric vector to format
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Description
Crude experimental scatterplot matrix
Usage
plotmatrix(data, mapping=aes(), colour="black")
Arguments
data data frame
mapping any additional aesthetic mappings (do not use x and y)
colour default point colour
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
plotmatrix(mtcars[, 1:3])
plotmatrix(mtcars[, 1:3]) + geom_smooth(method="lm")
104 position_dodge
position_dodge position_dodge
Description
Adjust position by dodging overlaps to the side
Usage
position_dodge(width = NULL, height = NULL, ...)
Arguments
width NULL
height NULL
... ignored
Details
This page describes position\_dodge, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/position_dodge.html
Examples
## Not run:
ggplot(mtcars, aes(x=factor(cyl), fill=factor(vs))) +
geom_bar(position="dodge")
ggplot(diamonds, aes(x=price, fill=cut)) + geom_bar(position="dodge")
# see ?geom_boxplot and ?geom_bar for more examples
## End(Not run)
position_fill position_fill
Description
Stack overlapping objects on top of one another, and standardise have equal height
Usage
position_fill(width = NULL, height = NULL, ...)
Arguments
width NULL
height NULL
... ignored
Details
This page describes position\_fill, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/position_fill.html
106 position_identity
Examples
## Not run:
# See ?geom_bar and ?geom_area for more examples
ggplot(mtcars, aes(x=factor(cyl), fill=factor(vs))) + geom_bar(position="fill")
## End(Not run)
position_identity position_identity
Description
Don’t adjust position
Usage
position_identity(width = NULL, height = NULL, ...)
Arguments
width NULL
height NULL
... ignored
Details
This page describes position\_identity, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/position_identity.html
position_jitter 107
Examples
## Not run:
# Coming soon
## End(Not run)
position_jitter position_jitter
Description
Usage
Arguments
width degree of jitter in x direction. Defaults to 40% of the resolution of the data.
height degree of jitter in y direction. Defaults to 40% of the resolution of the data.
... other arguments
Details
This page describes position\_jitter, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
See Also
• http://had.co.nz/ggplot2/position_jitter.html
108 position_stack
Examples
## Not run:
qplot(am, vs, data=mtcars)
## End(Not run)
position_stack position_stack
Description
Stack overlapping objects on top of one another
Usage
position_stack(width = NULL, height = NULL, ...)
Arguments
width NULL
height NULL
... ignored
Details
This page describes position\_stack, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/position_stack.html
Presidential terms 109
Examples
## Not run:
# Stacking is the default behaviour for most area plots:
ggplot(mtcars, aes(factor(cyl), fill = factor(vs))) + geom_bar()
## End(Not run)
Description
The names of each president, the start and end date of their term, and their party of 10 US presidents
from Eisenhower to Bush W.
Usage
data(presidential)
Format
Description
Quick plot is a convenient wrapper function for creating simple ggplot plot objects.
Usage
qplot(x, y = NULL, z=NULL, ..., data, facets = . ~ ., margins=FALSE, geom = "auto",
Arguments
x x values
y y values
z z values
... other arguments passed on to the geom functions
data data frame to use (optional)
facets faceting formula to use
margins whether or not margins will be displayed
geom geom to use (can be a vector of multiple names)
stat statistic to use (can be a vector of multiple names)
position position adjustment to use (can be a vector of multiple names)
xlim limits for x axis (aesthetics to range of data)
ylim limits for y axis (aesthetics to range of data)
log which variables to log transform ("x", "y", or "xy")
main character vector or expression for plot title
xlab character vector or expression for x axis label
ylab character vector or expression for y axis label
asp the y/x aspect ratio
Details
You can use it like you’d use the plot function.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
rescale 111
Examples
# Use data from data.frame
qplot(mpg, wt, data=mtcars)
qplot(mpg, wt, data=mtcars, colour=cyl)
qplot(mpg, wt, data=mtcars, size=cyl)
qplot(mpg, wt, data=mtcars, facets=vs ~ am)
f <- function() {
a <- 1:10
b <- a ^ 2
qplot(a, b)
}
f()
# qplot will attempt to guess what geom you want depending on the input
# both x and y supplied = scatterplot
qplot(mpg, wt, data = mtcars)
# just x supplied = histogram
qplot(mpg, data = mtcars)
# just y supplied = scatterplot, with x = seq_along(y)
qplot(y = mpg, data = mtcars)
Description
Rescale numeric vector to have specified minimum and maximum.
Usage
rescale(x, to=c(0,1), from=range(x, na.rm=TRUE), clip = TRUE)
112 scale_alpha_continuous
Arguments
x data to rescale
to range to scale to
from range to scale from, defaults to range of data
clip should values be clipped to specified range?
Author(s)
Hadley Wickham <h.wickham@gmail.com>
scale_alpha_continuous
scale_alpha_continuous
Description
Alpha scale for continuous variable
Usage
scale_alpha_continuous(name = NULL, limits = NULL, breaks = NULL,
labels = NULL, trans = NULL, to = c(0.1, 1), legend = TRUE,
...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
trans a transformer to use
to numeric vector of length 2, giving minimum and maximum after transformation
legend NULL
... ignored
Details
This page describes scale\_alpha\_continuous, see layer and qplot for how to create a complete
plot from individual components.
Value
A layer
scale_brewer 113
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_discrete: Discrete position scales
• http://had.co.nz/ggplot2/scale_alpha_continuous.html
Examples
## Not run:
(p <- qplot(mpg, cyl, data=mtcars, alpha=cyl))
p + scale_alpha("cylinders")
p + scale_alpha("number\nof\ncylinders")
## End(Not run)
scale_brewer scale_brewer
Description
Sequential, diverging and qualitative colour scales from colorbrewer.org
Usage
scale_colour_brewer(name = NULL, palette = 1, type = "qual",
na.colour = "grey80", limits = NULL, breaks = NULL, labels = NULL,
formatter = identity, legend = TRUE, ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
palette Either numeric or character. If numeric, selects the nth palette of type type. If
character, selects the named palette. Get a complete list of all parameters by run-
ning RColorBrewer::display.brewer.all(n=8, exact.n=FALSE)
type Type of scale. One of ’div’ (diverging), ’qual’ (qualitative, the default), ’seq’
(sequential), or ’all’ (all). Only used when palette is numeric.
na.colour colour to use for missing values
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
114 scale_brewer
formatter NULL
legend NULL
... other arguments
Details
See <a href=’http://colorbrewer.org’>colorbrewer.org</a> for more info
This page describes scale\_brewer, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_brewer.html
Examples
## Not run:
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
(d <- qplot(carat, price, data=dsamp, colour=clarity))
RColorBrewer::display.brewer.all(n=8, exact.n=FALSE)
d + scale_colour_brewer(palette="Blues")
d + scale_colour_brewer(palette="Set1")
## End(Not run)
scale_continuous 115
scale_continuous scale_continuous
Description
Continuous position scale
Usage
scale_x_continuous(name = NULL, limits = NULL, breaks = NULL,
labels = NULL, trans = NULL, expand = c(0.05, 0), minor_breaks = NULL,
formatter = "scientific", legend = TRUE, ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
trans a transformer to use
expand numeric vector of length 2, giving multiplicative and additive expansion factors
minor_breaks NULL
formatter NULL
legend NULL
... ignored
Details
This page describes scale\_continuous, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_discrete: Discrete position scales
• http://had.co.nz/ggplot2/scale_continuous.html
116 scale_continuous
Examples
## Not run:
(m <- qplot(rating, votes, data=subset(movies, votes > 1000), na.rm = T))
# you can also use the short hand functions xlim and ylim
m + ylim(0, 5000)
m + ylim(1000, 10000)
m + xlim(7, 8)
# You can control the formatting of the labels with the formatter
# argument. Some common formats are built in:
x <- rnorm(10) * 100000
y <- seq(0, 1, length = 10)
p <- qplot(x, y)
p + scale_y_continuous(formatter = "percent")
p + scale_y_continuous(formatter = "dollar")
p + scale_x_continuous(formatter = "comma")
## End(Not run)
scale_date scale_date
Description
Position scale, date
Usage
scale_x_date(name = NULL, limits = NULL, major = NULL, minor = NULL,
format = NULL, expand = c(0.05, 0), ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
limits numeric vector of length 2, giving the extent of the scale
major NULL
minor NULL
format NULL
expand numeric vector of length 2, giving multiplicative and additive expansion factors
... ignored
Details
This page describes scale\_date, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_discrete: Discrete position scales
• http://had.co.nz/ggplot2/scale_date.html
118 scale_date
Examples
## Not run:
# We'll start by creating some nonsense data with dates
df <- data.frame(
date = seq(Sys.Date(), len=100, by="1 day")[sample(100, 50)],
price = runif(50)
)
df <- df[order(df$date), ]
dt <- qplot(date, price, data=df, geom="line") + opts(aspect.ratio = 1/4)
df <- data.frame(
date = seq(Sys.Date(), len=1000, by="1 day"),
price = runif(500)
)
qplot(date, price, data=df, geom="line")
## End(Not run)
scale_datetime 119
scale_datetime scale_datetime
Description
Usage
Arguments
Details
This page describes scale\_datetime, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
See Also
Examples
## Not run:
start <- ISOdate(2001, 1, 1, tz = "")
df <- data.frame(
day30 = start + round(runif(100, max = 30 * 86400)),
day7 = start + round(runif(100, max = 7 * 86400)),
day = start + round(runif(100, max = 86400)),
hour10 = start + round(runif(100, max = 10 * 3600)),
hour5 = start + round(runif(100, max = 5 * 3600)),
hour = start + round(runif(100, max = 3600)),
min10 = start + round(runif(100, max = 10 * 60)),
min5 = start + round(runif(100, max = 5 * 60)),
min = start + round(runif(100, max = 60)),
sec10 = start + round(runif(100, max = 10)),
y = runif(100)
)
## End(Not run)
scale_discrete scale_discrete
Description
Discrete position scale
Usage
scale_x_discrete(name = NULL, expand = c(0.05, 0.55), limits = NULL,
breaks = NULL, labels = NULL, formatter = identity, drop = FALSE,
legend = TRUE, ...)
scale_discrete 121
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
expand numeric vector of length 2, giving multiplicative and additive expansion factors
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
formatter NULL
drop NULL
legend NULL
... ignored
Details
This page describes scale\_discrete, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_discrete.html
Examples
## Not run:
qplot(cut, data=diamonds, stat="bin")
qplot(cut, data=diamonds, geom="bar")
d + scale_x_discrete("Cut")
d + scale_x_discrete("Cut", labels = c("Fair" = "F","Good" = "G",
"Very Good" = "VG","Perfect" = "P","Ideal" = "I"))
d + scale_y_discrete("Clarity")
d + scale_x_discrete("Cut") + scale_y_discrete("Clarity")
# are displayed
d + scale_x_discrete(limits=c("Fair","Ideal"))
# you can also use the short hand functions xlim and ylim
d + xlim("Fair","Ideal", "Good")
d + ylim("I1", "IF")
## End(Not run)
scale_gradient scale_gradient
Description
Smooth gradient between two colours
Usage
scale_colour_gradient(name = NULL, low = "#3B4FB8", high = "#B71B1A",
space = "rgb", ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
low colour at low end of scale
high colour at high end of scale
space colour space to interpolate through, rgb or Lab, see ?colorRamp for details
... other arguments
Details
This page describes scale\_gradient, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
scale_gradient 123
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_gradient2: continuous colour scale with midpoint
• colorRamp: for details of interpolation algorithm
• http://had.co.nz/ggplot2/scale_gradient.html
Examples
## Not run:
# It's hard to see, but look for the bright yellow dot
# in the bottom right hand corner
dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
(d <- qplot(x, y, data=dsub, colour=z))
# That one point throws our entire scale off. We could
# remove it, or manually tweak the limits of the scale
d + scale_colour_gradient("Depth")
d + scale_colour_gradient(expression(Depth[mm]))
## End(Not run)
124 scale_gradient2
scale_gradient2 scale_gradient2
Description
Usage
Arguments
Details
This page describes scale\_gradient2, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Author(s)
See Also
Examples
## Not run:
dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
dsub$diff <- with(dsub, sqrt(abs(x-y))* sign(x-y))
(d <- qplot(x, y, data=dsub, colour=diff))
d + scale_colour_gradient2()
# Change scale name
d + scale_colour_gradient2(expression(sqrt(abs(x - y))))
d + scale_colour_gradient2("Difference\nbetween\nwidth and\nheight")
# About 5
# idea to avoid that combination
d + scale_colour_gradient2(high=muted("green"))
## End(Not run)
scale_gradientn scale_gradientn
Description
Smooth gradient between n colours
126 scale_gradientn
Usage
scale_colour_gradientn(name = NULL, colours, values = NULL, rescale = TRUE,
space = "rgb", ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
colours NULL
values NULL
rescale NULL
space colour space to interpolate through, rgb or Lab, see ?colorRamp for details
... other arguments
Details
This page describes scale\_gradientn, see layer and qplot for how to create a complete plot
from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• scale_gradient: continuous colour scale with midpoint
• colorRamp: for details of interpolation algorithm
• http://had.co.nz/ggplot2/scale_gradientn.html
Examples
## Not run:
# scale_colour_gradient make it easy to use existing colour palettes
dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
dsub$diff <- with(dsub, sqrt(abs(x-y))* sign(x-y))
(d <- qplot(x, y, data=dsub, colour=diff))
d + scale_colour_gradientn(colour = rainbow(7))
breaks <- c(-0.5, 0, 0.5)
d + scale_colour_gradientn(colour = rainbow(7),
breaks = breaks, labels = format(breaks))
d + scale_colour_gradientn(colour = topo.colors(10))
scale_grey 127
d + scale_colour_gradientn(colour = terrain.colors(10))
d + scale_colour_gradientn(colours = topo.colors(10),
values = values, rescale = FALSE)
d + scale_colour_gradientn(colours = terrain.colors(10),
values = values, rescale = FALSE)
## End(Not run)
scale_grey scale_grey
Description
Sequential grey colour scale
Usage
scale_colour_grey(name = NULL, start = 0.2, end = 0.8, limits = NULL,
breaks = NULL, labels = NULL, formatter = identity, legend = TRUE,
...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
start starting grey colour (between 0 and 1)
end ending grey colour (between 0 and 1)
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
formatter NULL
legend NULL
... other arguments
Details
Based on ?gray.colors
This page describes scale\_grey, see layer and qplot for how to create a complete plot from
individual components.
128 scale_hue
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_grey.html
Examples
## Not run:
p <- qplot(mpg, wt, data=mtcars, colour=factor(cyl))
p + scale_colour_grey()
p + scale_colour_grey(end = 0)
# You may want to turn off the pale grey background with this scale
p + scale_colour_grey() + theme_bw()
## End(Not run)
scale_hue scale_hue
Description
Qualitative colour scale with evenly spaced hues
Usage
scale_colour_hue(name = NULL, h = c(0, 360) + 15, l = 65, c = 100,
limits = NULL, breaks = NULL, labels = NULL, h.start = 0,
direction = 1, formatter = identity, legend = TRUE, ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
h range of hues to use, in [0, 360]
l luminance (lightness), in [0, 100]
c chroma (intensity of colour)
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
scale_hue 129
Details
This page describes scale\_hue, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_hue.html
Examples
## Not run:
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
(d <- qplot(carat, price, data=dsamp, colour=clarity))
# Vary opacity
# (only works with pdf, quartz and cairo devices)
d <- ggplot(dsamp, aes(carat, price, colour = clarity))
d + geom_point(alpha = 0.9)
d + geom_point(alpha = 0.5)
130 scale_identity
d + geom_point(alpha = 0.2)
## End(Not run)
scale_identity scale_identity
Description
Usage
Arguments
Details
This page describes scale\_identity, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
See Also
• http://had.co.nz/ggplot2/scale_identity.html
scale_linetype_discrete 131
Examples
## Not run:
colour <- c("red", "green", "blue", "yellow")
qplot(1:4, 1:4, fill = colour, geom = "tile")
qplot(1:4, 1:4, fill = colour, geom = "tile") + scale_fill_identity()
## End(Not run)
scale_linetype_discrete
scale_linetype_discrete
Description
Scale for line patterns
Usage
scale_linetype_discrete(name = NULL, expand = c(0.05, 0.55),
limits = NULL, breaks = NULL, labels = NULL, formatter = identity,
drop = FALSE, legend = TRUE, ...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
expand numeric vector of length 2, giving multiplicative and additive expansion factors
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
formatter NULL
drop NULL
legend NULL
... ignored
132 scale_manual
Details
This page describes scale\_linetype\_discrete, see layer and qplot for how to create a complete
plot from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_linetype_discrete.html
Examples
## Not run:
ec_scaled <- data.frame(
date = economics$date,
rescaler(economics[, -(1:2)], "range")
)
ecm <- melt(ec_scaled, id = "date")
## End(Not run)
scale_manual scale_manual
Description
Create your own discrete scale
Usage
scale_colour_manual(name = NULL, values = NULL, limits = NULL,
breaks = NULL, labels = NULL, formatter = identity, legend = TRUE,
...)
scale_manual 133
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
values NULL
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
formatter NULL
legend NULL
... ignored
Details
This page describes scale\_manual, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_manual.html
Examples
## Not run:
p <- qplot(mpg, wt, data = mtcars, colour = factor(cyl))
# As with other scales you can use breaks to control the appearance
# of the legend
cols <- c("8" = "red","4" = "blue","6" = "darkgreen", "10" = "orange")
p + scale_colour_manual(values = cols)
p + scale_colour_manual(values = cols, breaks = c("4", "6", "8"))
p + scale_colour_manual(values = cols, breaks = c("8", "6", "4"))
p + scale_colour_manual(values = cols, breaks = c("4", "6", "8"),
labels = c("four", "six", "eight"))
## End(Not run)
scale_shape_discrete
scale_shape_discrete
Description
Scale for shapes, aka glyphs
Usage
scale_shape_discrete(name = NULL, solid = TRUE, limits = NULL,
breaks = NULL, labels = NULL, formatter = identity, legend = TRUE,
...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
solid NULL
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
formatter NULL
legend NULL
... ignored
Details
This page describes scale\_shape\_discrete, see layer and qplot for how to create a complete
plot from individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/scale_shape_discrete.html
scale_size_continuous 135
Examples
## Not run:
dsmall <- diamonds[sample(nrow(diamonds), 100), ]
# Or for short:
d
## End(Not run)
scale_size_continuous
scale_size_continuous
Description
Size scale for continuous variable
Usage
scale_size_continuous(name = NULL, limits = NULL, breaks = NULL,
labels = NULL, trans = NULL, to = c(1, 6), legend = TRUE,
...)
Arguments
name name of scale to appear in legend or on axis. Maybe be an expression: see
?plotmath
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
labels character vector giving labels associated with breaks
trans a transformer to use
to a numeric vector of length 2 that specifies the minimum and maximum size of
the plotting symbol after transformation.
136 scale_size_continuous
legend NULL
... other arguments
Details
This page describes scale\_size\_continuous, see layer and qplot for how to create a complete
plot from individual components.
Value
A layer
Author(s)
See Also
Examples
## Not run:
(p <- qplot(mpg, cyl, data=mtcars, size=cyl))
p + scale_size("cylinders")
p + scale_size("number\nof\ncylinders")
## End(Not run)
scientific 137
Description
Default scientific formatting
Usage
scientific(x)
Arguments
x numeric vector to format
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Description
This vector field was produced from the data described in Brillinger, D.R., Preisler, H.K., Ager,
A.A. and Kie, J.G. "An exploratory data analysis (EDA) of the paths of moving animals". J. Statis-
tical Planning and Inference 122 (2004), 43-63, using the methods of Brillinger, D.R., "Learning a
potential function from a trajectory", Signal Processing Letters. December (2007).
Usage
data(seals)
Format
A data frame with 1155 rows and 4 variables
References
http://www.stat.berkeley.edu/~brill/Papers/jspifinal.pdf
138 stat_abline
stat_abline stat_abline
Description
Usage
Arguments
Details
This page describes stat\_abline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
See Also
• http://had.co.nz/ggplot2/stat_abline.html
stat_bin 139
stat_bin stat_bin
Description
Bin data
Usage
stat_bin(mapping = NULL, data = NULL, geom = "bar", position = "stack",
width = 0.9, drop = FALSE, right = TRUE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
width Width of bars when used with categorical data
drop If TRUE, remove all bins with zero counts
right Should intervals be closed on the right (a, b], or not [a, b)
... other arguments
Details
Missing values are currently silently dropped.
This page describes stat\_bin, see layer and qplot for how to create a complete plot from indi-
vidual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_bin. Aesthetics are mapped to variables in the data
with the aes function: stat_bin(aes(x = var))
• x: x position (required)
• y: y position
Author(s)
Hadley Wickham, http://had.co.nz/
140 stat_bin2d
See Also
• http://had.co.nz/ggplot2/stat_bin.html
Examples
## Not run:
simple <- data.frame(x = rep(1:10, each = 2))
base <- ggplot(simple, aes(x))
# By default, right = TRUE, and intervals are of the form (a, b]
base + stat_bin(binwidth = 1, drop = FALSE, right = TRUE, col = "black")
# If right = FALSE intervals are of the form [a, b)
base + stat_bin(binwidth = 1, drop = FALSE, right = FALSE, col = "black")
## End(Not run)
stat_bin2d stat_bin2d
Description
Bin 2d plane into rectangles
Usage
stat_bin2d(mapping = NULL, data = NULL, geom = "rect", position = "identity",
bins = 30, drop = TRUE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
stat_bin2d 141
Details
This page describes stat\_bin2d, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_bin2d. Aesthetics are mapped to variables in the
data with the aes function: stat_bin2d(aes(x = var))
• x: x position (required)
• y: y position (required)
• fill: internal colour
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_binhex: For hexagonal binning
• http://had.co.nz/ggplot2/stat_bin2d.html
Examples
## Not run:
d <- ggplot(diamonds, aes(carat, price))
d + stat_bin2d()
d + geom_bin2d()
# You can control the size of the bins by specifying the number of
# bins in each direction:
d + stat_bin2d(bins = 10)
d + stat_bin2d(bins = 30)
# With qplot
qplot(x, y, data = diamonds, geom="bin2d",
xlim = c(4, 10), ylim = c(4, 10))
qplot(x, y, data = diamonds, geom="bin2d", binwidth = c(0.1, 0.1),
xlim = c(4, 10), ylim = c(4, 10))
## End(Not run)
stat_binhex stat_binhex
Description
Usage
Arguments
Details
This page describes stat\_binhex, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
stat_boxplot 143
Aesthetics
The following aesthetics can be used with stat\_binhex. Aesthetics are mapped to variables in the
data with the aes function: stat_binhex(aes(x = var))
• x: x position (required)
• y: y position (required)
• fill: internal colour
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_bin2d: For rectangular binning
• http://had.co.nz/ggplot2/stat_binhex.html
Examples
## Not run:
d <- ggplot(diamonds, aes(carat, price))
d + stat_binhex()
d + geom_hex()
# You can control the size of the bins by specifying the number of
# bins in each direction:
d + stat_binhex(bins = 10)
d + stat_binhex(bins = 30)
# With qplot
qplot(x, y, data = diamonds, geom="hex", xlim = c(4, 10), ylim = c(4, 10))
qplot(x, y, data = diamonds, geom="hex", xlim = c(4, 10), ylim = c(4, 10),
binwidth = c(0.1, 0.1))
## End(Not run)
stat_boxplot stat_boxplot
Description
Calculate components of box and whisker plot
144 stat_boxplot
Usage
stat_boxplot(mapping = NULL, data = NULL, geom = "boxplot", position = "dodge",
na.rm = FALSE, coef = 1.5, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
na.rm NULL
coef NULL
... ignored
Details
This page describes stat\_boxplot, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_boxplot. Aesthetics are mapped to variables in the
data with the aes function: stat_boxplot(aes(x = var))
• x: x position (required)
• y: y position (required)
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_boxplot.html
Examples
## Not run:
# See geom_boxplot for examples
## End(Not run)
stat_contour 145
stat_contour stat_contour
Description
Contours of 3d data
Usage
stat_contour(mapping = NULL, data = NULL, geom = "path", position = "identity",
na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
na.rm NULL
... ignored
Details
This page describes stat\_contour, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_contour. Aesthetics are mapped to variables in the
data with the aes function: stat_contour(aes(x = var))
• x: x position (required)
• y: y position (required)
• z: NULL (required)
• order: NULL
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_contour.html
146 stat_density
Examples
## Not run:
# Generate data
volcano3d <- melt(volcano)
names(volcano3d) <- c("x", "y", "z")
# Basic plot
v <- ggplot(volcano3d, aes(x, y, z = z))
v + stat_contour()
# Setting bins creates evenly spaced contours in the range of the data
v + stat_contour(bins = 2)
v + stat_contour(bins = 10)
# Change scale
v + stat_contour(aes(colour = ..level..), size = 2) +
scale_colour_gradient(low = "brown", high = "white")
## End(Not run)
stat_density stat_density
Description
Density estimation, 1D
stat_density 147
Usage
stat_density(mapping = NULL, data = NULL, geom = "area", position = "stack",
adjust = 1, kernel = "gaussian", trim = FALSE, na.rm = FALSE,
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
adjust see ?density for details
kernel kernel used for density estimation, see density for details
trim NULL
na.rm NULL
... other arguments
Details
This page describes stat\_density, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_density. Aesthetics are mapped to variables in the
data with the aes function: stat_density(aes(x = var))
• x: x position (required)
• y: y position
• fill: internal colour
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• stat_bin: for the histogram
• density: for details of the algorithm used
• http://had.co.nz/ggplot2/stat_density.html
148 stat_density
Examples
## Not run:
m <- ggplot(movies, aes(x=rating))
m + geom_density()
# Adjust parameters
m + geom_density(kernel = "rectangular")
m + geom_density(kernel = "biweight")
m + geom_density(kernel = "epanechnikov")
m + geom_density(adjust=1/5) # Very rough
m + geom_density(adjust=5) # Very smooth
# Adjust aesthetics
m + geom_density(aes(fill=factor(Drama)), size=2)
# Scale so peaks have same height:
m + geom_density(aes(fill=factor(Drama), y = ..scaled..), size=2)
m + geom_density(colour="darkgreen", size=2)
m + geom_density(colour="darkgreen", size=2, fill=NA)
m + geom_density(colour="darkgreen", size=2, fill="green")
# Change scales
(m <- ggplot(movies, aes(x=votes)) + geom_density(trim = TRUE))
m + scale_x_log10()
m + coord_trans(x="log10")
m + scale_x_log10() + coord_trans(x="log10")
## End(Not run)
stat_density2d stat_density2d
Description
Density estimation, 2D
Usage
stat_density2d(mapping = NULL, data = NULL, geom = "density2d",
position = "identity", na.rm = FALSE, contour = TRUE, n = 100,
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
na.rm NULL
contour If TRUE, contour the results of the 2d density estimation.
n number of grid points in each direction
... other arguments passed on to ?kde2d
Details
This page describes stat\_density2d, see layer and qplot for how to create a complete plot from
individual components.
150 stat_density2d
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_density2d. Aesthetics are mapped to variables in
the data with the aes function: stat_density2d(aes(x = var))
• x: x position (required)
• y: y position (required)
• colour: border colour
• size: size
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_density2d.html
Examples
## Not run:
m <- ggplot(movies, aes(x=rating, y=length)) +
geom_point() +
scale_y_continuous(limits=c(1, 500))
m + geom_density2d()
m + geom_density2d() + scale_y_log10()
m + geom_density2d() + coord_trans(y="log10")
# Or points:
d + stat_density2d(geom="point", aes(size = ..density..), contour = FALSE)
## End(Not run)
stat_function stat_function
Description
Superimpose a function
Usage
stat_function(mapping = NULL, data = NULL, geom = "path", position = "identity",
fun, n = 101, args = list(), ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
fun function to use
n number of points to interpolate along
args list of additional arguments to pass to fun
... other arguments
Details
This page describes stat\_function, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
152 stat_hline
See Also
• http://had.co.nz/ggplot2/stat_function.html
Examples
## Not run:
x <- rnorm(100)
base <- qplot(x, geom="density")
base + stat_function(fun = dnorm, colour = "red")
base + stat_function(fun = dnorm, colour = "red", arg = list(mean = 3))
## End(Not run)
stat_hline stat_hline
Description
Add a horizontal line
Usage
stat_hline(mapping = NULL, data = NULL, geom = "hline", position = "identity",
intercept, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
intercept NULL
... ignored
Details
This page describes stat\_hline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
stat_identity 153
See Also
• http://had.co.nz/ggplot2/stat_hline.html
stat_identity stat_identity
Description
Don’t transform data
Usage
stat_identity(mapping = NULL, data = NULL, geom = "point", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes stat\_identity, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_identity.html
Examples
## Not run:
# Doesn't do anything, so hard to come up a useful example
## End(Not run)
154 stat_qq
stat_qq stat_qq
Description
Calculation for quantile-quantile plot
Usage
stat_qq(mapping = NULL, data = NULL, geom = "point", position = "identity",
distribution = qnorm, dparams = list(), na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
distribution NULL
dparams Parameters for distribution function
na.rm NULL
... Other arguments passed to distribution function
Details
This page describes stat\_qq, see layer and qplot for how to create a complete plot from indi-
vidual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_qq. Aesthetics are mapped to variables in the data
with the aes function: stat_qq(aes(x = var))
Author(s)
Hadley Wickham, http://had.co.nz/
stat_quantile 155
See Also
• http://had.co.nz/ggplot2/stat_qq.html
Examples
## Not run:
# From ?qqplot
y <- rt(200, df = 5)
qplot(sample = y, stat="qq")
df <- data.frame(y)
ggplot(df, aes(sample = y)) + stat_qq()
ggplot(df, aes(sample = y)) + geom_point(stat = "qq")
## End(Not run)
stat_quantile stat_quantile
Description
Continuous quantiles
Usage
stat_quantile(mapping = NULL, data = NULL, geom = "quantile",
position = "identity", quantiles = c(0.25, 0.5, 0.75), formula = y ~
x, method = "rq", na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
156 stat_quantile
Details
This page describes stat\_quantile, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_quantile. Aesthetics are mapped to variables in the
data with the aes function: stat_quantile(aes(x = var))
• x: x position (required)
• y: y position (required)
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_quantile.html
Examples
## Not run:
msamp <- movies[sample(nrow(movies), 1000), ]
m <- ggplot(msamp, aes(y=rating, x=year)) + geom_point()
m + stat_quantile()
m + stat_quantile(quantiles = 0.5)
m + stat_quantile(quantiles = seq(0.1, 0.9, by=0.1))
# Change scale
m + stat_quantile(aes(colour = ..quantile..), quantiles = seq(0.05, 0.95, by=0.05))
m + stat_quantile(aes(colour = ..quantile..), quantiles = seq(0.05, 0.95, by=0.05)) +
stat_smooth 157
## End(Not run)
stat_smooth stat_smooth
Description
Add a smoother
Usage
stat_smooth(mapping = NULL, data = NULL, geom = "smooth", position = "identity",
method = "auto", formula = y ~ x, se = TRUE, n = 80, fullrange = FALSE,
level = 0.95, na.rm = FALSE, ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
method smoothing method (function) to use, eg. lm, glm, gam, loess, rlm
formula formula to use in smoothing function, eg. y ~ x, y ~ poly(x, 2), y ~ log(x)
se display confidence interval around smooth? (true by default, see level to control)
n number of points to evaluate smoother at
fullrange should the fit span the full range of the plot, or just the data
level level of confidence interval to use (0.95 by default)
na.rm NULL
... other arguments are passed to smoothing function
Details
Aids the eye in seeing patterns in the presence of overplotting.This page describes stat\_smooth, see
layer and qplot for how to create a complete plot from individual components.
158 stat_smooth
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_smooth. Aesthetics are mapped to variables in the
data with the aes function: stat_smooth(aes(x = var))
• x: x position (required)
• y: y position (required)
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• lm: for linear smooths
• glm: for generalised linear smooths
• loess: for local smooths
• http://had.co.nz/ggplot2/stat_smooth.html
Examples
## Not run:
c <- ggplot(mtcars, aes(qsec, wt))
c + stat_smooth()
c + stat_smooth() + geom_point()
# Adjust parameters
c + stat_smooth(se = FALSE) + geom_point()
library(splines)
c + stat_smooth(method = "lm", formula = y ~ ns(x,3)) +
geom_point()
c + stat_smooth(method = MASS::rlm, formula= y ~ ns(x,3)) + geom_point()
# The colour of the line can be controlled with the colour aesthetic
c + stat_smooth(fill="blue", colour="darkblue", size=2)
c + stat_smooth(fill="blue", colour="darkblue", size=2, alpha = 0.2)
stat_spoke 159
c + geom_point() +
stat_smooth(fill="blue", colour="darkblue", size=2, alpha = 0.2)
# Geoms and stats are automatically split by aesthetics that are factors
c <- ggplot(mtcars, aes(y=wt, x=mpg, colour=factor(cyl)))
c + stat_smooth(method=lm) + geom_point()
c + stat_smooth(method=lm, aes(fill = factor(cyl))) + geom_point()
c + stat_smooth(method=lm, fullrange=TRUE, alpha = 0.1) + geom_point()
## End(Not run)
stat_spoke stat_spoke
Description
Convert angle and radius to xend and yend
Usage
stat_spoke(mapping = NULL, data = NULL, geom = "segment", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
160 stat_spoke
Details
This page describes stat\_spoke, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_spoke. Aesthetics are mapped to variables in the
data with the aes function: stat_spoke(aes(x = var))
• x: x position (required)
• y: y position (required)
• angle: angle (required)
• radius: NULL (required)
• xend: NULL
• yend: NULL
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_spoke.html
Examples
## Not run:
df <- expand.grid(x = 1:10, y=1:10)
df$angle <- runif(100, 0, 2*pi)
df$speed <- runif(100, 0, 0.5)
## End(Not run)
stat_sum 161
stat_sum stat_sum
Description
Sum unique values. Useful for overplotting on scatterplots
Usage
stat_sum(mapping = NULL, data = NULL, geom = "point", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes stat\_sum, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_sum. Aesthetics are mapped to variables in the data
with the aes function: stat_sum(aes(x = var))
• x: x position (required)
• y: y position (required)
• size: size
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• ggfluctuation: Fluctuation diagram, which is very similar
• http://had.co.nz/ggplot2/stat_sum.html
162 stat_summary
Examples
## Not run:
d <- ggplot(diamonds, aes(x = cut, y = clarity))
# Need to control which group proportion calculated over
# Overall proportion
d + stat_sum(aes(group = 1))
d + stat_sum(aes(group = 1)) + scale_size(to = c(3, 10))
d + stat_sum(aes(group = 1)) + scale_area(to = c(3, 10))
# by cut
d + stat_sum(aes(group = cut))
d + stat_sum(aes(group = cut, colour = cut))
# by clarity
d + stat_sum(aes(group = clarity))
d + stat_sum(aes(group = clarity, colour = cut))
# Or using qplot
qplot(cut, clarity, data = diamonds)
qplot(cut, clarity, data = diamonds, stat = "sum", group = 1)
## End(Not run)
stat_summary stat_summary
Description
Summarise y values at every unique x
Usage
stat_summary(mapping = NULL, data = NULL, geom = "pointrange",
position = "identity", ...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
... other arguments
stat_summary 163
Details
stat\_summary allows for tremendous flexibilty in the specification of summary functions. The
summary function can either operate on a data frame (with argument name data) or on a vector. A
simple vector function is easiest to work with as you can return a single number, but is somewhat
less flexible. If your summary function operates on a data.frame it should return a data frame with
variables that the geom can use.
This page describes stat\_summary, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Aesthetics
The following aesthetics can be used with stat\_summary. Aesthetics are mapped to variables in the
data with the aes function: stat_summary(aes(x = var))
• x: x position (required)
• y: y position (required)
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• geom_errorbar: error bars
• geom_pointrange: range indicated by straight line, with point in the middle
• geom_linerange: range indicated by straight line
• geom_crossbar: hollow bar with middle indicated by horizontal line
• stat_smooth: for continuous analog
• http://had.co.nz/ggplot2/stat_summary.html
Examples
## Not run:
# Basic operation on a small dataset
c <- qplot(cyl, mpg, data=mtcars)
c + stat_summary(fun.data = "mean_cl_boot", colour = "red")
c + stat_sum_single(mean)
c + stat_sum_single(mean, geom="line")
c + stat_sum_single(median)
c + stat_sum_single(sd)
c + stat_sum_df("mean_cl_boot")
c + stat_sum_df("mean_sdl")
c + stat_sum_df("mean_sdl", mult=1)
c + stat_sum_df("median_hilow")
# There are lots of different geoms you can use to display the summaries
c + stat_sum_df("mean_cl_normal")
c + stat_sum_df("mean_cl_normal", geom = "errorbar")
c + stat_sum_df("mean_cl_normal", geom = "pointrange")
c + stat_sum_df("mean_cl_normal", geom = "smooth")
# and stretching the geoms onto the log scale. Compare the widths of the
# standard errors.
m2 + coord_trans(y="log10")
## End(Not run)
stat_unique stat_unique
Description
Remove duplicates
Usage
stat_unique(mapping = NULL, data = NULL, geom = "point", position = "identity",
...)
Arguments
mapping mapping between variables and aesthetics generated by aes
data dataset used in this layer, if not specified uses plot dataset
geom geometric used by this layer
position position adjustment used by this layer
... ignored
Details
This page describes stat\_unique, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
Hadley Wickham, http://had.co.nz/
See Also
• http://had.co.nz/ggplot2/stat_unique.html
Examples
## Not run:
ggplot(mtcars, aes(x=vs, y=am)) + geom_point(colour="#00000010")
ggplot(mtcars, aes(x=vs, y=am)) + geom_point(colour="#00000010", stat="unique")
## End(Not run)
166 stat_vline
stat_vline stat_vline
Description
Usage
Arguments
Details
This page describes stat\_vline, see layer and qplot for how to create a complete plot from
individual components.
Value
A layer
Author(s)
See Also
• http://had.co.nz/ggplot2/stat_vline.html
theme_blank 167
Description
Usage
theme_blank()
Author(s)
Description
Usage
theme_bw(base_size = 12)
Arguments
Author(s)
Description
Produce a theme with gray background and white gridlines
Usage
theme_gray(base_size = 12)
Arguments
base_size base font size
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Description
This element draws a line between two (or more) points
Usage
theme_line(colour = "black", size = 0.5, linetype = 1)
Arguments
colour line color
size line size
linetype line type
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
polylineGrob for underlying grid function, link{theme_segment}
theme_rect 169
Description
This element draws a rectangular box
Usage
theme_rect(fill = NA, colour = "black", size = 0.5, linetype = 1)
Arguments
fill fill colour
colour border color
size border size
linetype border linetype
Details
This is most often used for backgrounds and borders
Author(s)
Hadley Wickham <h.wickham@gmail.com>
See Also
rectGrob for underlying grid function
Description
This element draws segments between a set of points
Usage
theme_segment(colour = "black", size = 0.5, linetype = 1)
Arguments
colour line color
size line size
linetype line type
170 theme_text
Author(s)
See Also
Description
Usage
theme_text(family = "", face = "plain", colour = "black", size = 10, hjust = 0.5, v
Arguments
Author(s)
See Also
Description
Usage
theme_update(...)
Arguments
Details
Use theme_update to modify a small number of elements of the current theme or use theme_set
to completely override it.
Author(s)
Examples
update_geom_defaults
Update geom defaults
Description
Modify geom aesthetic defaults for future plots
Usage
update_geom_defaults(geom, new)
Arguments
geom name of geom to modify
new named list of aesthetics
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
update_geom_defaults("point", aes(colour = "darkblue"))
qplot(mpg, wt, data = mtcars)
update_geom_defaults("point", aes(colour = "black"))
update_stat_defaults
Update geom defaults
Description
Modify geom aesthetic defaults for future plots
Usage
update_stat_defaults(geom, new)
Arguments
geom name of geom to modify
new named list of aesthetics
Author(s)
Hadley Wickham <h.wickham@gmail.com>
US economic time series 173
Description
This dataset was produced from US economic time series data available from http://research.
stlouisfed.org/fred2.
Usage
data(economics)
Format
A data frame with 478 rows and 6 variables
Description
Convenience function to set the limits of the x axis.
Usage
xlim(...)
Arguments
... if numeric, will create a continuos scale, if factor or character, will create a
discrete scale
limits
174 ylim
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
xlim(15, 20)
xlim(20, 15)
xlim(c(10, 20))
xlim("a", "b", "c")
qplot(mpg, wt, data=mtcars) + xlim(15, 20)
Description
Convenience function to set the limits of the y axis.
Usage
ylim(...)
Arguments
... if numeric, will create a continuos scale, if factor or character, will create a
discrete scale
limits
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
ylim(15, 20)
ylim(c(10, 20))
ylim("a", "b", "c")
qplot(mpg, wt, data=mtcars) + ylim(15, 20)
Index
175
176 INDEX
Nodoc, 99 cut_interval, 13
plotmatrix, 100 cut_number, 14
position_dodge, 101 expand_range, 16
position_fill, 102 rescale, 108
position_identity, 103 [.uneval (aes), 2
position_jitter, 104
position_stack, 105 aes, 2
qplot, 107 aes_string, 3
scale_alpha_continuous, 109 as.character.uneval (aes), 2
scale_brewer, 110
borders, 3
scale_continuous, 112
bquote, 93
scale_date, 114
scale_datetime, 116 colorRamp, 120, 121, 123
scale_discrete, 117 comma, 4
scale_gradient, 119 cooks.distance, 22
scale_gradient2, 121 Coord (Nodoc), 99
scale_gradientn, 122 coord_cartesian, 4
scale_grey, 124 coord_equal (coord_fixed), 6
scale_hue, 125 coord_fixed, 6
scale_identity, 127 coord_flip, 7
scale_linetype_discrete, 128 coord_map, 8
scale_manual, 129 coord_polar, 9
scale_shape_discrete, 131 coord_trans, 11
scale_size_continuous, 132 CoordCartesian (coord_cartesian),
stat_abline, 135 4
stat_bin, 136 CoordFixed (coord_fixed), 6
stat_bin2d, 137 CoordFlip (coord_flip), 7
stat_binhex, 139 CoordMap (coord_map), 8
stat_boxplot, 140 CoordPolar (coord_polar), 9
stat_contour, 142 CoordTrans (coord_trans), 11
stat_density, 143 create_accessors (Nodoc), 99
stat_density2d, 146 cut, 13, 14
stat_function, 148 cut_interval, 13, 14
stat_hline, 149 cut_number, 13, 14
stat_identity, 150
stat_qq, 151 density, 144
Diamond prices, 14
stat_quantile, 152
diamonds (Diamond prices), 14
stat_smooth, 154
dollar, 15
stat_spoke, 156
stat_sum, 158 economics (US economic time
stat_summary, 159 series), 170
stat_unique, 162 expand_limits, 16
stat_vline, 163 expand_range, 16
update_geom_defaults, 169
update_stat_defaults, 169 Facet (Nodoc), 99
xlim, 170 facet_grid, 17
ylim, 171 facet_wrap, 19
∗Topic manip FacetGrid (facet_grid), 17
INDEX 177
scale_area scale_fill_continuous
(scale_size_continuous), (scale_gradient), 119
132 scale_fill_discrete (scale_hue),
scale_brewer, 110 125
scale_color_brewer scale_fill_gradient
(scale_brewer), 110 (scale_gradient), 119
scale_color_continuous scale_fill_gradient2
(scale_gradient), 119 (scale_gradient2), 121
scale_color_discrete (scale_hue), scale_fill_gradientn
125 (scale_gradientn), 122
scale_color_gradient scale_fill_grey (scale_grey), 124
(scale_gradient), 119 scale_fill_hue (scale_hue), 125
scale_color_gradient2 scale_fill_identity
(scale_gradient2), 121 (scale_identity), 127
scale_color_gradientn scale_fill_manual (scale_manual),
(scale_gradientn), 122 129
scale_color_grey (scale_grey), 124 scale_gradient, 119, 121, 123
scale_color_hue (scale_hue), 125 scale_gradient2, 120, 121
scale_color_identity scale_gradientn, 122
(scale_identity), 127 scale_grey, 124
scale_color_manual scale_hue, 125
(scale_manual), 129 scale_identity, 127
scale_colour (Nodoc), 99 scale_linetype
scale_colour_brewer (scale_linetype_discrete),
(scale_brewer), 110 128
scale_colour_continuous scale_linetype_discrete, 128
(scale_gradient), 119 scale_linetype_identity
scale_colour_discrete (scale_identity), 127
(scale_hue), 125 scale_linetype_manual
scale_colour_gradient (scale_manual), 129
(scale_gradient), 119 scale_manual, 129, 133
scale_colour_gradient2 scale_shape
(scale_gradient2), 121 (scale_shape_discrete), 131
scale_colour_gradientn scale_shape_discrete, 131
(scale_gradientn), 122 scale_shape_identity
scale_colour_grey (scale_grey), (scale_identity), 127
124 scale_shape_manual
scale_colour_hue (scale_hue), 125 (scale_manual), 129
scale_colour_identity scale_size, 63
(scale_identity), 127 scale_size
scale_colour_manual (scale_size_continuous),
(scale_manual), 129 132
scale_continuous, 112 scale_size_continuous, 132
scale_date, 114 scale_size_discrete (Nodoc), 99
scale_datetime, 116 scale_size_identity
scale_discrete, 110, 112, 114, 116, 117 (scale_identity), 127
scale_fill_brewer (scale_brewer), scale_size_manual (scale_manual),
110 129
180 INDEX
update_geom_defaults, 169
update_stat_defaults, 169
US economic time series, 170
xlab (labs), 95
xlim, 170
ylab (labs), 95
ylim, 171