plot.dsensemble.one: Plot one station

View source: R/plot.R

plot.dsensemble.oneR Documentation

Plot one station

Description

Plot one station

Usage

## S3 method for class 'dsensemble.one'
plot(
  x,
  pts = FALSE,
  it = 0,
  col = "seagreen",
  legend.show = FALSE,
  ylab = NULL,
  new = FALSE,
  obs.show = TRUE,
  target.show = FALSE,
  map.show = FALSE,
  map.type = NULL,
  map.insert = TRUE,
  smooth = TRUE,
  alpha = 0.4,
  alpha.map = 0.7,
  mar = c(5.1, 4.5, 4.1, 2.1),
  cex.axis = 1,
  cex.lab = 1.2,
  cex.main = 1.2,
  xval.show = FALSE,
  main = NULL,
  verbose = FALSE,
  set2par0 = TRUE,
  ...
)

Arguments

x

input object of class 'dsensemble'

pts

a boolean; if TRUE show points

col

color of envelope

obs.show

if TRUE show observations

target.show

if TRUE show diagnosis as target plot

map.type

type of map, 'points' or 'rectangle'

map.insert

if TRUE show map as insert, else show in new window

alpha

transparancy factor of main plot

alpha.map

transparancy factor of map

mar

see par

cex.axis

see par

cex.lab

see par

cex.main

see par

verbose

a boolean; if TRUE print information about progress

set2par0

a boleean; if TRUE, use original par() setting. Set to FALSE for use within layout() or par(mfcol=c())

...

additional arguments

anomaly

a boolean; if TRUE show anomalies

test

a boolean; if TRUE perform some test?

plot

a boolean; if TRUE show plot

xval

a boolean; if TRUE show cross-validation statistics

See Also

plot.dsensemble


metno/esd documentation built on Feb. 25, 2025, 6:44 p.m.