hzar.plot.obsData: Generate a plot of the observed data points.

Description Usage Arguments Author(s) See Also

View source: R/60-hzarPlottingNew.R

Description

Plots the associated observed frequency versus distance for a variety of hzar objects.

Usage

1
2
3
hzar.plot.obsData(x, type = "p", pch = "+",
                  xlab = "Distance", ylab = hzar.yLabel(x),
                  add = FALSE, ylim=FALSE, ...)

Arguments

x

The object from which to extract the observed data to plot.

type

The plot type for the scatter plot.

pch

The mark to use to plot the data points.

xlab

The x axis label.

ylab

The y axis label.

add

Draw on an existing plot.

ylim

Grapical parameter passed to plot. If FALSE, determine ylim from x as needed.

...

Additional parameters to pass to plot().

Author(s)

Graham Derryberry asterion@alum.mit.edu

See Also

plot hzar.extract.obsData


hzar documentation built on May 2, 2019, 7 a.m.