Chapter 3. Basic Visualization Techniques
In this chapter, we will cover the following recipes:
Looking at your data using the
plot()
functionUsing
pairs.panel()
to look at (visualize) correlations between variablesAdding text to a
ggplot2
plot at a custom locationChanging axes appearance to
ggplot2
plotProducing a matrix of graphs with
ggplot2
Drawing a route on a map with
ggmap
Making use of the
igraph
package to draw a networkShowing communities in a network with the
linkcomm
package