biooracle: Marine data

bio_oracleR Documentation

Marine data

Description

Marine data from Bio-Oracle

Usage

bio_oracle(path, var, stat, benthic=FALSE, 
		depth="Mean", time="Present", rcp, ...)

Arguments

path

character. Path for storing the downloaded data. See geodata_path

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 var is "pH"

benthic

logical. If FALSE surface data are returned

depth

character. Either "Min", "Mean", or "Max". Only relevant if benthic is TRUE

time

character. Either "Present", "2150" or "2100"

rcp

character. Either "26", "45", "60", or "85"

...

additional arguments passed to download.file

Value

SpatRaster

References

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.

See Also

https://bio-oracle.org/

Examples


x <- bio_oracle(path=tempdir(), "Salinity", "Max", 
		benthic=TRUE, depth="Mean", time="Present")

y <- bio_oracle(path=tempdir(), "Temperature", "Mean", 
		benthic=FALSE, time=2100, rcp=45)


geodata documentation built on Oct. 13, 2023, 9:07 a.m.