engrid: Internal function used to generate a numeric square matrix...

Description Usage Arguments Details Value Author(s)

Description

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.

Usage

1
engrid(coord1, coord2, val)

Arguments

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.

Details

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.

Value

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.

Author(s)

Berrocal, V. J. veroberrocal@gmail.com, Gel, Y., Raftery, A. E., Gneiting, T.


ProbForecastGOP documentation built on May 2, 2019, 3:42 a.m.