fxfit.plot | R Documentation |
Plots detection function on top of forward detection distance distribution. Returns a bunch of stuff.
fxfit.plot(
hmltm,
allx = FALSE,
values = TRUE,
breaks = NULL,
ylim = NULL,
xlab = NULL,
ylab = NULL,
type = "prob",
text.cex = 0.66
)
hmltm |
object produced by |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.