Learn R Programming

ProbForecastGOP (version 1.3.2)

plotens.qt: Internal function called by the Field.sim and the ProbForecastGOP functions to return a graphical display of the quantile fields of an ensemble of forecast weather field on a region delimited by the lower and upper bound for the longitude and the latitude.

Description

Internal function called by the Field.sim and the ProbForecastGOP functions. It returns a graphical display of the quantile fields of an ensemble of forecast weather field on a region delimited by the lower and upper bound for the longitude and the latitude.

Usage

plotens.qt(x,y,grid,number,lims,qt.vector)

Arguments

x
numeric vector of length n containing the longitudes of the grid points at which the the members of the ensemble of forecast fields are given.
y
numeric vector of length n containing the latitudes of the grid points at which the the members of the ensemble of forecast fields are given.
grid
numeric array of dimension n by n by number with the values of the members of the ensemble of forecast fields whose quantile fields are displayed (each n by n numeric matrix corresponds to a member of the ensemble of forecast fields).
number
number giving the number of members in the ensemble of forecast fields whose quantile fields are displayed.
lims
numeric vector giving the smallest and largest value in the numeric array grid with the values for the ensemble of forecast fields to be displayed.
qt.vector
numeric vector containing the percentiles to be displayed.

Value

The function returns a graphical display of the quantile fields of an ensemble of forecast weather field on a region delimited by the lower and upper bound for the longitude and the latitude.

Details

This function is an internal function that is used and called by the Field.sim and the ProbForecastGOP functions to return a graphical display of the quantiles of an ensemble of forecast weather field on a region delimited by the lower and upper bound for the longitude and the latitude. - Defaults - None.