geom_path {ggplot2} R Documentation

Connect observations

Description

<br /> geom_path() connects the observations in the order in which they <br /> appear in the data. geom_line() connects them in order of the <br /> variable on the x axis. geom_step() creates a stairstep plot, highlighting <br /> exactly when changes occur. The group aesthetic determines which <br /> cases are connected together.

Usage

geom_path();

Arguments

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type ggplotLayer.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]