stormtracks_density: Storm track density plot

Description Usage Arguments Details Value

Description

Deprecated. Use the plot() function for objects of type 'track_density' instead.

Usage

1
stormtracks_density(obj, type = c("density_2d", "bin_2d"), ...)

Arguments

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.

Details

This function takes all points in the stromtracks archive and constructs a 2d density plot using the ggplot2 function 'stat_density2d'.

Value

A ggplot object.


sieste/real_storm_tracks documentation built on May 24, 2019, 7:19 a.m.