Learn R Programming

hzar (version 0.2-5)

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

Description

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

Usage

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().

See Also

plot hzar.extract.obsData