graph: InfoGraphics

View source: R/graph.R

graphR Documentation

InfoGraphics

Description

Various functions for visual display of data and statistics

Usage

graph(x, ...)

Arguments

x

an input object of class 'DSensemble'

...

additional arguments

img

a 'raster' object, or an object that can be coerced to one by 'as.raster', to be used as background

pch

see par

it

see subset

col

color

lwd

line width

xlim

range of x-axis

ylim

range of y-axis

ensmean

a boolean; if TRUE plot the ensemble mean, if FALSE show all members

new

a boolean; if TRUE open new graphic device

col.obs

color of markers representing observations

verbose

a boolean; if TRUE print information about progress

Details

graph shows a fancy graph of output of DSensemble.

See Also

wheel cumugram visprob conf vis diagram scatter plot map

Examples

data(dse.Oslo)
graph(dse.Oslo)


metno/esd documentation built on April 29, 2024, 3:34 p.m.