plotXY: plots two variables against each other

Description Usage Arguments Value Examples

View source: R/plotXY.R

Description

plots two variables against each other

Usage

1
2
3
plotXY(xx, yy, xUn = FALSE, yUn = FALSE, xLab = "", yLab = "",
  xLim = c(NA, NA), yLim = c(NA, NA), main = "", p = 0.8,
  pch = 16)

Arguments

xx

the x value (either a vector or a matrix where rows represent the MCMC sims).

yy

the y value (see above).

xUn

if TRUE a credible interval will be plotted for the x variable.

yUn

if TRUE a credible interval will be plotted for the y variable.

xLab

the x label.

yLab

the y label.

xLim

the x limits

yLim

the y limits

main

the main text

p

the probability used to define the credible interval.

pch

the point type passed to plot.

Value

creates a plot.

Examples

1
plotXY(x,y)

MartinLiermann/coastalCohoSS documentation built on April 12, 2021, 2:11 a.m.