bio_oracle | R Documentation |
Marine data from Bio-Oracle
bio_oracle(path, var, stat, benthic=FALSE,
depth="Mean", time="Present", rcp, ...)
path |
character. Path for storing the downloaded data. See |
var |
character. Variable of interest. One of 'Calcite', 'Chlorophyll', 'Cloud.cover', 'Current.Velocity', 'Diffuse.attenuation', 'Dissolved.oxygen', 'Ice.cover', 'Ice.thickness', 'Iron', 'Light.bottom', 'Nitrate', 'Par', 'pH', 'Phosphate', 'Phytoplankton', 'Primary.productivity', 'Salinity', 'Silicate', 'Temperature' |
stat |
character. Statistic of interest. One of 'Lt.max', 'Lt.min', 'Max', 'Mean', 'Min', 'Range'. It should be "" if |
benthic |
logical. If |
depth |
character. Either "Min", "Mean", or "Max". Only relevant if |
time |
character. Either "Present", "2150" or "2100" |
rcp |
character. Either "26", "45", "60", or "85" |
... |
additional arguments passed to |
SpatRaster
Assis, J., Tyberghein, L., Bosh, S., Verbruggen, H., Serrão, E.A., & De Clerck, O. (2017). Bio-ORACLE v2.0: Extending marine data layers for bioclimatic modelling. Global Ecology and Biogeography 27: 277-284.
# this is a large download
x <- bio_oracle(path=tempdir(), "Salinity", "Max",
benthic=TRUE, depth="Mean", time="Present")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.