Description Usage Arguments Value
Quick build typical netCDF dimensions like longitude, latitude and time.
1 2 3 4 5 6 7 |
vals |
Values of the dimension. For lon and lat can be a series of longitudes and latitudes, for time can be a series of dates and times. If not provided, can provide from, csize and len for substitudes. |
from |
Beginning of the values. Provided if vals was not provided. |
csize |
Size of the gridcells for lon and lat. Also can be regarded as the interval of the lon and lat values. |
len |
Length of the values. |
name |
Name of the dimensions. Default are lon, lat and time. |
longname |
Long name of the dimensions. |
time |
Time or date series for time dimension. |
... |
Other parameter for function time2num. |
A netCDF dimension object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.