plot.nevents: Plot esd objects

View source: R/plot.R

plot.neventsR Documentation

Plot esd objects

Description

These plot functions are S3 methods for esd objects, based on plot.

Usage

## S3 method for class 'nevents'
plot(
  x,
  verbose = FALSE,
  main = NULL,
  xlab = NULL,
  ylab = NULL,
  col = NULL,
  ...
)

Arguments

x

the object to be plotted

verbose

a boolean; if TRUE print information about progress

main

main title

xlab

label of x-axis

ylab

label of y-axis

col

Colour see par

...

additional arguments

Value

None

See Also

plot


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