Index
A
B
- barchart() command / How it works…
- bar charts
- creating / Creating bar charts, How to do it..., Creating bar charts, How it works…, There's more…, See also
- working / How it works..., There's more...
- creating, with multiple factor variable / Creating bar charts with more than one factor variable, How it works...
- creating, with horizontal bar orientation / Adjusting the orientation of bars – horizontal and vertical, How it works..., There's more...
- creating, with vertical bar orientation / Adjusting the orientation of bars – horizontal and vertical, How it works..., There's more...
- widths, adjusting / Adjusting bar widths, spacing, colors, and borders, Getting ready, How it works...
- spacing, adjusting / Adjusting bar widths, spacing, colors, and borders, Getting ready, How it works...
- colors, adjusting / Adjusting bar widths, spacing, colors, and borders, Getting ready, How it works...
- borders, adjusting / Adjusting bar widths, spacing, colors, and borders, Getting ready, How it works...
- values, displaying / Displaying values on top of or next to the bars, How to do it..., How it works..., See also
- labels, placing inside bars / Placing labels inside bars, How to do it..., How it works...
- creating, with vertical error bars / Creating bar charts with vertical error bars, How to do it..., How it works..., There's more...
- stacked bar charts, creating / Creating stacked bar charts, How it works…, There's more…
- creating, to visualize cross-tabulation / Creating bar charts to visualize cross-tabulation, How it works…, There's more…
- creating, ggplot2 library used / Creating bar charts, Getting ready, How it works…, See also
- creating, with error bars / Creating a bar chart with error bars, Getting ready, How it works…, There's more…
- bar colors, histograms
- barplot() function / How to do it..., How it works...
- barplot function / Base graphics using the default package
- bars
- base graphics
- borders, histograms
- box plot
- boxplot() command / How to do it...
- boxplot() function / There's more...
- boxplot() method
- boxplot function / Base graphics using the default package
- box plots
- creating / Creating box plots
- working / How it works..., There's more...
- creating, with narrow boxes / Creating box plots with narrow boxes for a small number of variables, How to do it..., How it works..., There's more
- grouping, over variable / Grouping over a variable, How it works..., There's more
- creating, with notches / Creating box plots with notches, How it works..., There's more
- styling / Changing the box styling, How it works..., There's more
- whiskers, adjusting / Adjusting the extent of plot whiskers outside the box, How to do it..., How it works...
- number of observations, displaying / Showing the number of observations, Getting ready, How it works..., There's more
- variable, splitting at arbitrary intervals / Splitting a variable at arbitrary values into subsets, Getting ready, How it works..., There's more
- creating, ggplot2 library used / Creating a box plot, How it works…
- box styles
- box widths
C
- calendar.plot() function / There's more
- calendar heat maps
- carb / Introduction
- categorical data
- closely packed data points
- CMYK (Cyan Magenta Yellow Key) color model / There's more
- col argument / How it works...
- colorBrewer
- color combinations
- colors
- of points, setting / Setting colors of points, lines, and bars, How to do it..., How it works...
- of lines, setting / How to do it..., How it works...
- of bars, setting / How to do it..., How it works...
- of axis annotations, setting / How to do it..., There's more...
- of axis labels, setting / How it works..., There's more...
- of plot titles, setting / How it works..., There's more...
- of legends, setting / There's more...
- conditional histogram
- conditional scatter plot
- contour function / Base graphics using the default package
- contour plots
- correlation heat maps
- correlation matrix
- countries
- CRAN
- cross-tabulation
- customized legends
- cyl / Introduction
D
E
- empirical Cumulative Distribution Function
- errbar function
- error bars
- ESRI shapefiles
- expression() function / There's more...
F
- filled.contour() function / How it works...
- filled contour plots
- filtering
- findInterval() function / How it works...
- font families
- selecting, under Windows / Choosing font families and styles under Windows, Mac OS X, and Linux, How it works..., There's more
- selecting, under Mac OS X / Choosing font families and styles under Windows, Mac OS X, and Linux, How it works..., There's more
- selecting, under Linux / Choosing font families and styles under Windows, Mac OS X, and Linux, How it works..., There's more
- fonts
- setting, for annotations / Setting fonts for annotations and titles, There's more..., See also
- setting, for titles / Setting fonts for annotations and titles, There's more..., See also
- selecting, for PostScripts / Choosing fonts for PostScripts and PDFs, How it works..., There's more
- selecting, for PDFs / Choosing fonts for PostScripts and PDFs, How it works..., There's more
- functions
G
- GADM
- GADM data
- gear / Introduction
- Geographical Information Systems (GIS) data formats / Introduction
- geom_bar() function / There's more…
- get.hist.quote() function
- ggplot2 library
- about / Introduction
- used, for creating bar charts / Creating bar charts, Getting ready, How it works…, See also
- used, for creating density plot / Visualizing the density of a numeric variable, How it works…
- used, for creating box plots / Creating a box plot, How it works…
- line charts, creating with / Creating a line chart, How it works…, There's more...
- graph, annotating with / Graph annotation with ggplot, How to do it..., How it works...
- ggplot2 package
- global data
- Google maps
- Grammar of Graphics
- graph
- graph margins
- graphs
- inspired, by Grammar of Graphics / Graphs inspired by Grammar of Graphics
- creating, with maps / Getting ready, How it works..., There's more...
- saving / Saving and exporting graphs, How it works..., See also
- exporting / How to do it..., How it works..., See also
- creating, with regional maps / Creating graphs with regional maps, How it works..., There's more
- exporting, in high-resolution image formats / Exporting graphs in high-resolution image formats – PNG, JPEG, BMP, and TIFF, How to do it..., How it works..., There's more
- exporting, in vector formats / Exporting graphs in vector formats – SVG, PDF, and PS, How it works..., There's more
- text descriptions, adding / Adding text descriptions to graphs, How to do it..., How it works..., There's more
- graph templates
- grid() function / How it works...
- group argument / How it works…
- grouped data points
H
- heatmap() function / How to do it..., How it works...
- heatmap function / Base graphics using the default package
- heat maps
- high-level data visualization
- high-resolution image formats
- hist() function / How it works...
- hist function / Base graphics using the default package
- histogram
- histograms
- creating / Creating histograms and density plots, How to do it...
- working / How it works..., There's more..., See also
- distributions, visualizing as count frequencies / Visualizing distributions as count frequencies or probability densities, How to do it..., How it works..., There's more
- distributions, visualizing as probability densities / Visualizing distributions as count frequencies or probability densities, How to do it..., How it works..., There's more
- bin size, setting / Setting the bin size and the number of breaks, How it works..., There's more
- breaks, setting / Setting the bin size and the number of breaks, How it works..., There's more
- bar colors, adjusting / Adjusting histogram styles – bar colors, borders, and axes, How it works..., There's more
- borders, adjusting / Adjusting histogram styles – bar colors, borders, and axes, How it works..., There's more
- axes, adjusting / Adjusting histogram styles – bar colors, borders, and axes, How it works..., There's more
- density line, overlaying / Overlaying a density line over a histogram, How it works...
- drawing, in margins of line plots / Histograms in the margins of line and scatter plots , How it works...
- drawing, in margins of scatter plots / Histograms in the margins of line and scatter plots , How it works...
- Hmisc package
- horizontal box plots
- horizontal grid lines
- hp / Introduction
I
J
K
L
M
- Mac OS X
- maps
- margin labels
- marker lines
- mathematical notations
- mfcol argument / How it works...
- mfrow argument / How it works...
- mixed data
- month / Introduction
- mpg / Introduction
- multiple-line graphs
- multiple bar charts
- multiple histograms
- multiple plot matrix layouts
- multivariate continuous data visualization
- multivariate data
- multivariate visualization
N
O
P
Q
R
S
T
- temp / Introduction
- terrain.colors() function / How it works...
- text() function / How it works..., How it works..., How it works...
- text descriptions
- text elements
- themeplot() function / How it works...
- three-dimensional bar charts
- three-dimensional density plots
- three-dimensional scatter plots
- three-dimensional surface plots
- tick marks
- time axis labels
- time series charts
- time series data
- time variable
- titles
- Trellis graphs
- tseries package
V
- variable
- vector formats
- vertical error bars
- vertical grid lines
- vertical markers
- vs / Introduction
W
X
Y
Z