scale_y_ecdf | R Documentation |
scale_y_ecdf
scale_y_ecdf( name = "Cumulative distribution", ..., trans = "identity", digits = 1, limits = c(0, 1), breaks = waiver(), expand = expansion(0, 0) )
name |
(character) title |
... |
(numeric) passed to |
trans |
(character) useful choices are "logit" and "identity" (the default). |
digits |
(numeric) passed to |
limits |
(numeric) passed to |
breaks |
(numeric) passed to |
expand |
(numeric) passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.