ggplot.copula | R Documentation |
Fancy plotting for copulas
## S3 method for class 'copula'
ggplot(
data,
mapping = aes(),
color = "blue",
alpha = 0.7,
jitter = FALSE,
jitter.factor = 0.05,
point.size = 1,
smooth = FALSE,
smooth.method = "auto",
smooth.se = TRUE,
smooth.level = 0.95,
smooth.formula = y ~ x,
legend.position = "none",
legend.title = ggplot2::waiver(),
diag = FALSE,
lower = TRUE,
ticks = TRUE,
...,
environment = parent.frame()
)
data |
A data.frame. |
mapping |
Not used. |
color |
Defaults to |
alpha |
Defaults to |
jitter |
If |
jitter.factor |
How much jittering to use. Defaults to
|
point.size |
Defaults to |
smooth |
Defaults to |
smooth.method |
Defaults to |
smooth.se |
Defaults to |
smooth.level |
Defaults to |
smooth.formula |
A formula, defaulting to |
legend.position |
Passed into |
legend.title |
Passed into |
diag |
Defaults to |
lower |
Defaults to |
ticks |
Defaults to |
... |
Not used. |
environment |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.