densityPlot: Density plots for climatological series

View source: R/densityPlot.R

densityPlotR Documentation

Density plots for climatological series

Description

A wrapper for the lattice density plot methods for grid and station data.

Usage

densityPlot(
  ...,
  h.lines = NULL,
  v.lines = NULL,
  group.index = NULL,
  lonLim = NULL,
  latLim = NULL,
  dplot.custom = list()
)

Arguments

...

Input grids (or station data). It can be a list of grids too.

h.lines

Numeric sequence indicating the position of dashed horizontal lines.

v.lines

Numeric sequence indicating the position of dashed vertical lines. The default (NULL), plots vertical lines in the mean value of the probability density function.

group.index

Character or numeric passed to argument group in density plot.

lonLim

Vector of length = 2, with minimum and maximum longitude coordinates, in decimal degrees, of the bounding box selected. If NULL (default), the whole longitudinal range is selected

latLim

Same as lonLim, but for the selection of the latitudinal range.

dplot.custom

List of arguments as passed to densityplot. Arguments panel cannot be modified, thus, if specified, it will be ignored.

Controlling graphical parameters

Many different aspects of the plot can be controlled passing the relevant arguments to dplot.

Value

A lattice plot of class “trellis”.

Author(s)

M. Iturbide


SantanderMetGroup/visualizeR documentation built on Oct. 28, 2023, 6:11 a.m.