geom_lineh {tidypaleo} | R Documentation |
Connect observations in the vertical direction
Description
Connect observations in the vertical direction
Usage
geom_lineh(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
Arguments
mapping , data , stat , position , na.rm , show.legend , inherit.aes , ... |
See geom_line. |
Value
A ggplot2 layer.
[Package tidypaleo version 0.1.3 Index]