plot.xy: Convenience function to make an x-y plot

Description Usage Arguments

Description

A convenience function to make x-y plots

Usage

1
2
3
4
5
## S3 method for class 'xy'
plot(x, y, xlab = NULL, ylab = NULL, xlim = NULL,
  ylim = NULL, clr = "blue", pts.plot = TRUE, pts.type = 21,
  pts.siz = 8, line.plot = TRUE, line.wd = 2, line.type = 1,
  overplot = FALSE)

Arguments

x

- vector of x coordinates

y

- vector of y coordinates

xlab

- x axis title

ylab

- y axis title

xlim

- x axis limits

ylim

- y axis limits

clr

- line/points color

pts.plot

- flag (T/F) to plot points

pts.type

- type of point to plot (pch from 'par')

pts.siz

- point size

line.plot

- flag (T/F) to plot line

line.wd

- line width (lwd from par)

line.type

- type of line (lty from 'par')

overplot

- flag (T/F) to plot the data on an existing plot


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.