Description Usage Arguments Value Author(s) See Also Examples
anom.temp
provides a method to estimate the anomoly as an absolute
difference of the future or past climate relative to the current.
1 | anom.temp(nc1, nc2)
|
nc1 |
a list object as created by |
nc2 |
a list object as described in |
returns an object that is a list with the same elements as nc1 with
the dat
element being the anomoly as a proportion of current.
the list will contain at least:
dat |
an array containing the anomoly
data. The dimensions of the array represent: |
lat |
vector of latitudes |
lon |
vector of longitudes |
tim |
vector describing the time element either in e.g., julian days, months or years |
Jeremy VanDerWal jjvanderwal@gmail.com
anom.prec
, retrieve.nc
,
extract.monthly.average
, append.nc
1 2 3 4 | ## Not run:
##need to fill in
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.