ens.plot: Internal function used to return a graphical display
of a weather field on a region delimited by the lower and upper bound for the longitude and the latitude.
Description
Internal function called by the ProbForecastGOP function. It returns a graphical display
of a weather field on a region delimited by the lower and upper bound for the longitude and the latitude.Usage
ens.plot(grid,lims,x.lim,y.lim,title)
Arguments
grid
numeric matrix of dimension n by n with the values of the ensemble member to be displayed.
lims
numeric vector giving the smallest and the largest value of the ensemble member to be displayed.
x.lim
numeric vector giving the smallest and the largest longitude to be displayed.
y.lim
numeric vector giving the smallest and the largest latitude to be displayed.
title
character string with the title for the plot.
Value
The function returns a graphical display of a 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 ProbForecastGOP function to returns a graphical display
of a weather field on a region delimited by the lower and upper bound for the longitude and the latitude.
- Defaults -
None.