Plot an activity probability distribution from a fitted actmod
object.
# S4 method for actmod
plot(x, xunit = c("hours", "radians"),
yunit = c("frequency", "density"), dat = c("histogram", "rug", "none"),
add = FALSE, dcol = 1, lcol = 2, ...)
Object of class actmod
.
Character string defining x-axis unit.
Character string defining y-axis unit.
Character string defining whether to plot the data distribution and if so which style to use.
Logical defining whether to create a new plot (default) or add the probability density to an existing plot (in which case no data are plotted).
Numeric or character defining colour of data lines.
Numeric or character defining colour of PDF lines.
Additional arguments passed to internal plot call affecting only axes.