Usage
"plot" (x, style = "", main = "", breaks = "Sturges", ylim = NULL, xlim = NULL, pdf = FALSE, plot.formula = NULL, hide.hist = FALSE, nomf = FALSE, x.axis = NULL, xlab = "Distance", ylab = NULL, ...)
Arguments
style
If set to "comp", composite plots of the
detection function will be shown for the detection
function (the averaged detection function in the
covariate case).
main
(A vector of) title(s) for the plot(s). By
default these are set by the function (and are fairly
ugly but descriptive).
breaks
Breaks to be used for the histogram. This
can be a vector of numbers or any of the permissable
options used in hist
. Defaults to
"Sturges". ylim
Used to manually set the y limit of the plot.
Defaults to NULL.
xlim
Used to manually set the x limit of the plot.
Defaults to NULL.
pdf
Should the pdf be plotted rather than
detection function be plotted? Only really useful with
point transect data. Defaults to FALSE.
plot.formula
Formula of covariates to be plotted.
Defaults to NULL
, which plots all covariates. No
effect with non-covariate models.
hide.hist
Should the histogram be hidden, leaving
only the detection function (or pdf) to be plotted?
Defaults to FALSE.
nomf
Should the mfrow value be altered? Useful
when creating custom plots for publication. Defaults to
FALSE (yes, change the mfrow value).
x.axis
Set the x axis labels. Again, useful for
publication plots. Defaults to NULL, which uses the
default R values.
xlab
Label for the x axis.
ylab
Label for the y axis.
...
not used at the moment