print.density.lengths | R Documentation |
he function a summary of the empirical density stratum lengths calculated by density.lengths
.
## S3 method for class 'density.lengths'
print(x, digits = NULL, ...)
x |
an object of the class |
digits |
minimal number of digits, see |
... |
further arguments to pass to the function |
A summary of the empirical distributions is printed on the screen or other output devices. No values are returned.
Luca Sartore drwolf85@gmail.com
density.lengths
, plot.density.lengths
data(ACM)
direction <- c(0,0,1)
# Compute the appartaining directional line for each location
loc.id <- which_lines(ACM[, 1:3], direction)
# Estimate stratum lengths
gl <- getlen(ACM$MAT3, ACM[, 1:3], loc.id, direction)
# Compute the empirical densities of stratum lengths
dgl <- density(gl)
# Print the empirical densities of stratum lengths
print(dgl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.