View source: R/make_cdd_density_tbl.R
make_cdd_density_tbl | R Documentation |
Manually generate kernel density estimates for a range of CDD values, truncated to 0 CDD and the max CDD value in the input data.
make_cdd_density_tbl(data, bw = "SJ-dpi")
data: |
data.frame with a cdd column |
A data.frame with a sequence of CDD values and density estimates, suitable for plotting with geom_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.