geom_xspline2 {ggalt} | R Documentation |
Alternative implemenation for connecting control points/observations with an X-spline
Description
Alternative implemenation for connecting control points/observations with an X-spline
Usage
geom_xspline2(mapping = NULL, data = NULL, stat = "identity",
position = "identity", na.rm = FALSE, show.legend = NA,
inherit.aes = TRUE, ...)
Arguments
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
Use to override the default connection between
|
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
... |
other arguments passed on to |
Value
creates a spline curve
Author(s)
Ben Bolker
See Also
Other xspline implementations: geom_xspline