plot_ecdf | R Documentation |
Plot ecdf for U-Pb age or Lu-Hf model age data.
plot_ecdf( dat, mult_ecdf = FALSE, column = "age", conf = FALSE, guide = TRUE, alpha = 0.05 )
dat |
data.frame |
mult_ecdf |
logical, plot several ecdfs in same plot |
column |
which column to use |
conf |
logical, plot confidence bands |
guide |
logical, show legend |
alpha |
alpha-level used for confidence bands |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.