fxfit.plot: Detection function fit plotting.

Description Usage Arguments

Description

Plots detection function on top of forward detection distance distribution. Returns a bunch of stuff.

Usage

1
2
3
fxfit.plot(hmltm, allx = FALSE, values = TRUE, breaks = NULL,
  ylim = NULL, xlab = NULL, ylab = NULL, type = "prob",
  text.cex = 0.66)

Arguments

hmltm

object produced by est.hmltm.

allx

If TRUE, returns matrix with p(see at x, given covars) for each x in data in hmmlt (dashed gray lines).

values

If TRUE, returns function values used in plot.

breaks

histogram break points.

ylim

y-value limits.

xlab

x-axis label.

ylab

y-axis label.

type

"prob" for probability function, "density" for pdf.

text.cex

relative text size.


DistanceDevelopment/hsltm documentation built on June 21, 2019, 2:22 p.m.