lat_bins: Latitudinal bins

View source: R/lat_bins.R

lat_binsR Documentation

Latitudinal bins

Description

A function to generate latitudinal bins for a given bin size.

Usage

lat_bins(size = 10, fit = FALSE)

Arguments

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).

Value

A data.frame of latitudinal bins for a given size.

Examples

lat_bins(size = 20)
lat_bins(size = 13, fit = TRUE)

KEichenseer/pclimR documentation built on May 2, 2022, 5:34 a.m.