get.densities | R Documentation |
This method extracts the density values from a density object. It will optionally also return the x and y centre points for the density grid cells.
get.densities(density, coords = FALSE)
density |
object of class Density |
coords |
if TRUE also returns x, y coordinates |
either returns a numeric vector of density values or a dataframe with columns x, y and density.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.