geom_path {ggplot2} | R Documentation |
geompath() connects the observations in the order in which they
appear in the data. geomline() connects them in order of the
variable on the x axis. geom_step() creates a stairstep plot, highlighting
exactly when changes occur. The group aesthetic determines which
cases are connected together.
geom_path();