fxfit.plot: Detection function fit plotting.

View source: R/plotting.R

fxfit.plotR Documentation

Detection function fit plotting.

Description

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

Usage

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.


david-borchers/hmltm documentation built on Oct. 29, 2023, 9:07 p.m.