Derived data are read from files managed by derivaadcfiles.

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

if (FALSE) {
prods <- c("bathymetry","chl_summer_climatology")
x <- readderivaadc(prods)
}