count <- setNames(
c(87, 104, 83, 132, 107, 84, 110, 115, 112, 94),
LETTERS[1:10]
)
densityTree(count, 10)
densityTree(count, area = 10, overall = FALSE)
densityTree(count, area = 10:19, overall = FALSE)
Run the code above in your browser using DataLab