R/dbGetClimateXY.R
climate_from_xy.Rd
Extract The climate values associated to a set of coordinates.
climate_from_xy(
long,
lat,
climate = accClimateVariables()[, 2],
resol = 0.25,
dbname = "gbif4crest_02"
)
A data frame containing the climate values.
if (FALSE) { # \dontrun{
climate_from_xy(50, 10, c('bio1', 'ai'))
climate_from_xy(50, 10)
} # }