scale_y_ecdf: scale_y_ecdf

scale_y_ecdfR Documentation

scale_y_ecdf

Description

scale_y_ecdf

Usage

scale_y_ecdf(
  name = "Cumulative distribution",
  ...,
  trans = "identity",
  digits = 1,
  limits = c(0, 1),
  breaks = waiver(),
  expand = expansion(0, 0)
)

Arguments

name

(character) title

...

(numeric) passed to scale_y_percentage()

trans

(character) useful choices are "logit" and "identity" (the default).

digits

(numeric) passed to scale_y_percentage()

limits

(numeric) passed to scale_y_percentage()

breaks

(numeric) passed to scale_y_percentage()

expand

(numeric) passed to scale_y_percentage()


BAAQMD/ggtools documentation built on Feb. 8, 2023, 6:22 p.m.