Learn R Programming

spMC (version 0.3.6)

plot.density.lengths: Plot Empirical Densities Estimates of Stratum Lengths

Description

The function plot the empirical densities of stratum lengths computed along a given direction.

Usage

"plot"(x, main = NULL, xlab = NULL, ylab = "Density", type = "l", zero.line = TRUE, ...)

Arguments

x
an object of the class density.lengths, typically with the output of the function density.lengths.
main
an overall title for the plot.
xlab
a title for the $x$-axis.
ylab
a title for the $y$-axis.
type
plotting parameter for the type of graphic (see plot).
zero.line
logical value. If TRUE (by default), the function adds a base line at $y = 0$.
...
other plotting parameters.

Value

See Also

density.default, density.lengths, plot, print.density.lengths