Description Usage Arguments Examples
Make raster from field
1 2 3 4 5 6 7 8 9 10 11 12 |
field |
A matrix or array of the field to be converted into a raster object |
lonmin |
A float specifying min longitude |
lonmax |
A float specifying max longitude |
latmin |
A float specifying min latitude |
latmax |
A float specifying max latitude |
dellon |
A float specifying the delta longitude |
dellat |
A float specifying the delta latitude |
crsstring |
A string specifying the projection to be used |
lons |
A vector of longitudes |
lats |
A vector of latitudes |
1 | PVr <- mkrast(PV,lons=lons,lats=lats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.