plot.trajectory: Plot esd objects

View source: R/plot.R

plot.trajectoryR Documentation

Plot esd objects

Description

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

Usage

## S3 method for class 'trajectory'
plot(
  x,
  it = NULL,
  is = NULL,
  main = NULL,
  xlim = NULL,
  ylim = NULL,
  col = NULL,
  pch = 0,
  type = "l",
  lwd = 3,
  xlab = "",
  ylab = NULL,
  new = TRUE,
  verbose = FALSE,
  ...
)

Arguments

x

the object to be plotted

is

For subsetting in space - See subset. Can also be a station value and if provided, the plotting will involve an interpolation to the same coordinates as defined by is.

main

main title

xlim

range of x-axis

ylim

range of y-axis

col

Colour see par

lwd

width of line

xlab

label of x-axis

ylab

label of y-axis

verbose

a boolean; if TRUE print information about progress

...

additional arguments

legend.show

if TRUE show legendp

Details

plot.trajectory plots the number of events per year.

Value

None

See Also

plot

Examples

data(imilast.M03)
plot(imilast.M03, new=FALSE)


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