Description Usage Arguments Value See Also Examples
Count total number and normalised number of storm tracks or features on a grid.
1 | track_density(tracks, bw = 1, var = NULL)
|
tracks |
Object of class 'stormtracks' (see 'read_tracks') |
bw |
The bin width (in degrees) of the grid on which track density is calculate. Default=1. |
var |
Which variable to use to define latitude and longitude. If 'NULL' (the default) it uses the first column names that start on 'lon_' and 'lat_'. |
grid of counts
read_tracks plot.track_density
1 2 | tracks = read_tracks('../inst/extdata/storms.txt')
counts = count_storms(tracks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.