Description Usage Arguments Details Value
Deprecated. Use the plot() function for objects of type 'track_density' instead.
1 | stormtracks_density(obj, type = c("density_2d", "bin_2d"), ...)
|
obj |
Object of class 'stormtracks' |
type |
Which type of density estimator to use. Options are 'density_2d' (the default) and 'bin_2d'. See the help files of 'ggplot2::stat_bin_2d' and 'ggplot2::stat_density_2d' for details. |
This function takes all points in the stromtracks archive and constructs a 2d density plot using the ggplot2 function 'stat_density2d'.
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.