readderivaadc: Read data from polar climatological and other summary...

View source: R/derivaadc.R

readderivaadcR Documentation

Read data from polar climatological and other summary environmental data

Description

Derived data are read from files managed by derivaadcfiles.

Usage

readderivaadc(products, xylim = NULL, returnfiles = FALSE, ...)

Arguments

products

choice of products, see derivaadcproducts for available products

xylim

spatial extents to crop from source data, can be anything accepted by extent

returnfiles

ignore options and just return the file names

...

passed to brick, primarily for filename

Value

raster object

References

http://data.aad.gov.au/aadc/metadata/metadata.cfm?entry_id=Polar_Environmental_Data

See Also

derivaadcfiles for details on the repository of data files, raster for the return value

Examples

## Not run: 
prods <- c("bathymetry","chl_summer_climatology")
x <- readderivaadc(prods)

## End(Not run)

AustralianAntarcticDivision/raadtools documentation built on Feb. 14, 2024, 6:28 a.m.