Description Usage Arguments Details Value Author(s)
Generates a numeric square matrix containing the values of the weather field on a grid to be displayed. Internal function called by the plotfields function.
1 | engrid(coord1, coord2, val)
|
coord1 |
numeric vector containing the longitudes of the meteorological stations. |
coord2 |
vector containing the latitudes of the metereological stations. |
val |
numeric vector with the values of the weather field to display. |
This function is an internal function that is used and called by the plotfields functions to generate a numeric square matrix subsequently used to produce graphical displays of the weather field.
- Defaults -
None.
The function returns a numeric square matrix with values of the random variables evaluated over a square grid placed on the domain delimited by the coord1 and coord2 vectors.
Berrocal, V. J. veroberrocal@gmail.com, Gel, Y., Raftery, A. E., Gneiting, T.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.