ggplot.copula: Fancy plotting for copulas

Description Usage Arguments

Description

Fancy plotting for copulas

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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()
)

Arguments

data

A data.frame.

mapping

Not used.

color

Defaults to color = "blue".

alpha

Defaults to alpha = 0.7.

jitter

If jitter=TRUE, the values are jittered before plotting. Defaults to jitter. = FALSE.

jitter.factor

How much jittering to use. Defaults to jitter.factor = .05.

point.size

Defaults to point.size = 1.

smooth

Defaults to smooth = FALSE.

smooth.method

Defaults to smooth.method = "auto" and is passed to geom_smooth only when smooth = TRUE.

smooth.se

Defaults to smooth.se = TRUE and is used only when smooth = TRUE.

smooth.level

Defaults to smooth.level = 0.95 and is used only when smooth = TRUE.

smooth.formula

A formula, defaulting to smooth.formula = y ~ x to be passed as the formula argument to geom_smooth.

legend.position

Passed into theme, defaults to legend.position="none".

legend.title

Passed into theme. Defaults to legend.title = waiver().

diag

Defaults to diag = FALSE and panels on the diagonal are not produced.

lower

Defaults to lower = TRUE and only the lower triangle is plotted.

ticks

Defaults to ticks = TRUE and ticks and their labels are put on the axes. Otherwise, no tick or labels are used.

...

Not used.

environment

Not used.


texmex documentation built on Dec. 4, 2020, 5:08 p.m.