View source: R/get_boundary_polygons.R
get_boundary_polygons | R Documentation |
Used by get_correction_factors
to convert a boundary table
to polygons. You may want to see the polygons, that is why we exported this
function.
get_boundary_polygons(boundaries, stop_on_error = TRUE, clean_data = FALSE)
boundaries |
A |
stop_on_error |
Throw an error if invalid boundaries are encountered? (There was tract 6878, corner 1, boundary 1 in the federal database for the 2012 survey, runs through the plot. There is no stand defined that way!). |
clean_data |
Omit invalid boundaries in any further calculations? |
A list with all boundary polygons for each corner for each tract.
Other boundary functions:
check_boundaries()
boundaries <- get(data("boundaries", package = "treePlotArea"))
boundary_polygons <- get_boundary_polygons(boundaries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.