Description Usage Arguments Aesthetics
View source: R/geom-quadline.R
Quadratic Bezier Curve Function to draw quadratic Bezier curve.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | geom_quadline(
mapping = NULL,
data = NULL,
stat = "quadline",
position = "identity",
arrow = NULL,
lineend = "butt",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
height = 0.2,
n = 100,
...
)
stat_quadline(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
height = 0.2,
n = 100,
...
)
|
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this layer, as a string. |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
arrow |
Arrow specification, as created by |
lineend |
Line end style (round, butt, square). |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
height |
a numeirc value in range o to 1. |
n |
The number of points to create for each segment |
... |
Other arguments passed on to |
geom_quadline()
understands the following aesthetics (required
aesthetics are in bold):
x
y
xend
yend
alpha
colour
linetype
size
group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.