View source: R/geom_xspline2.r
| geom_xspline2 | R Documentation | 
Alternative implemenation for connecting control points/observations with an X-spline
geom_xspline2(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)
| mapping | Set of aesthetic mappings created by  | 
| data | The data to be displayed in this layer. There are three options: If  A  A  | 
| position | Position adjustment, either as a string naming the adjustment
(e.g.  | 
| na.rm | If  | 
| show.legend | logical. Should this layer be included in the legends?
 | 
| inherit.aes | If  | 
| ... | Other arguments passed on to  | 
creates a spline curve
Ben Bolker
Other xspline implementations: 
geom_xspline()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.