- mapping
Set of aesthetic mappings created by aes()
or aes_()
.
- data
The data to be displayed in this layer.
- geom
The geometric object to use display the data.
- position
Position adjustment, either as a string, or the result of a call to a position adjustment function.
- na.rm
If FALSE
(the default), removes missing values with a warning. If TRUE
silently removes missing values.
- show.legend
logical. Should this layer be included in the legends?
- inherit.aes
If FALSE
, overrides the default aesthetics, rather than combining with them.
- spline_shape
Numeric value controlling the shape of the spline. Default is -0.25.
- open
Logical. If TRUE
, the spline is open; if FALSE
, it is closed.
- rep_ends
Logical. If TRUE
, the end points are repeated.
- ...
Other arguments passed on to layer()
.