certara_geom | R Documentation |
Customized geoms
geom_point_c(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
...,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE
)
geom_fitline_c(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
orientation = NA,
show.legend = NA,
inherit.aes = TRUE,
...
)
geom_loess_c(
mapping = NULL,
data = NULL,
geom = "fitline_c",
position = "identity",
...,
span = 2/3,
degree = 1,
family = "symmetric",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE
)
stat_loess_c(
mapping = NULL,
data = NULL,
geom = "fitline_c",
position = "identity",
...,
span = 2/3,
degree = 1,
family = "symmetric",
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 |
stat |
The statistical transformation to use on the data for this
layer, either as a |
position |
Position adjustment, either as a string naming the adjustment
(e.g. |
... |
Other arguments passed on to |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
orientation |
The orientation of the layer. The default ( |
geom |
Which underlying |
span |
smoothness parameter for |
degree |
degree of local polynomial used. |
family |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.