View source: R/plot_tree_plot_area.R
plot_tree_plot_area | R Documentation |
Visualize a corner, its boundaries and tree plot areas.
plot_tree_plot_area(
angle_counts,
boundaries,
tnr,
enr,
bnr = NULL,
frame_factor = 1,
use_sub = NULL
)
angle_counts |
A |
boundaries |
A |
tnr |
Number of the tract. |
enr |
Number of the tract's corner. |
bnr |
If given, the number of a corner's tree. |
frame_factor |
Plotting from as a factor of the tree plot area. Stick with the default. |
use_sub |
Deprecated. |
The corrections factors for the trees' plot areas.
tnr <- 166
enr <- 2
bnr <- 7
angle_counts <- bw2bwi2022de(get(data("trees", package = "treePlotArea")))
plot_tree_plot_area(angle_counts = angle_counts,
boundaries = get(data("boundaries",
package = "treePlotArea")),
tnr = tnr, enr = enr, bnr = bnr, frame_factor = 4)
plot_tree_plot_area(angle_counts = angle_counts,
boundaries = get(data("boundaries",
package = "treePlotArea")),
tnr = tnr, enr = enr, frame_factor = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.