bin_lat | R Documentation |
A function to assign fossil occurrences to user-specified latitudinal bins.
bin_lat(occdf, bins, lat = "lat", boundary = FALSE)
occdf |
|
bins |
|
lat |
|
boundary |
|
A dataframe of the original input occdf
with appended
columns containing respective latitudinal bin information.
Lewis A. Jones
Sofia Galvan
# Load occurrence data
occdf <- tetrapods
# Generate latitudinal bins
bins <- lat_bins_degrees(size = 10)
# Bin data
occdf <- bin_lat(occdf = occdf, bins = bins, lat = "lat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.