dap_bioclim: A wrapper function to execute bioclim in the climates...

Description Usage Arguments Value Examples

View source: R/dap_bioclim.R

Description

This function takes an input spatiotemporal domain and an OPeNDAP datasource. It returns a list of geotiff filenames that have been written to the current working directory.

Usage

1
2
dap_bioclim(start, end, bbox_in, bioclims, OPeNDAP_URI, tmax_var, tmin_var,
  tave_var, prcp_var)

Arguments

start

a start year

end

an end year

bbox_in

a bounding box to be passed to CF_bbox_in

bioclims

a list of bioclims to be passed to the bioclim function.

OPeNDAP_URI

an OPeNDAP resource without any service parameters.

tmax_var

a string of the tmax variable id

tmin_var

a string of the tmin variable id

tave_var

optional: a string of the tave variable id

prcp_var

a string of the prcp variable id

Value

A list of filenames that have been written to disk.

Examples

1
2
3
4
## Not run: 
Soon!

## End(Not run)

jjvanderwal/climates documentation built on May 19, 2019, 11:41 a.m.