lat_bins | R Documentation |
A function to generate latitudinal bins for a given bin size.
lat_bins(size = 10, fit = FALSE)
size |
A single numeric value of > 0 and <= 90. |
fit |
A logical value indicating whether a bin size check should be performed to ensure that the entire latitudinal range is covered (-90 to 90). |
A data.frame
of latitudinal bins for a given size.
lat_bins(size = 20) lat_bins(size = 13, fit = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.