Learn R Programming

ProbForecastGOP (version 1.3.2)

plotens: Internal function called by the Field.sim and ProbForecastGOP functions to return a graphical display of the members 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 ProbForecastGOP functions. It returns a graphical display of the members 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(x,y,grid,number,lims,title,n.pages.4)

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 to be displayed (each n by n numeric matrix corresponds to a member of the ensemble of forecast fields to be displayed).
number
number giving the number of members in the ensemble of forecast fields to be 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.
title
character string giving the title for the plot.
n.pages.4
number of pages with 4 members to be displayed on screen.

Value

The function returns a graphical display of the members 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 members 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.