View source: R/check_boundaries.R
check_boundaries | R Documentation |
There is a boundary (tract 6878, corner 1, boundary 1) in the federal database for the 2012 survey that runs exactly through the plot. If that boundary would be valid, at that corner the term "stand" is not defined.
check_boundaries(x, stop_on_error = TRUE, clean_data = FALSE)
x |
A |
stop_on_error |
Throw an error if invalid boundaries are found? |
clean_data |
Get rid of invalid boundaries? |
So we check for such boundaries. These are straight boundaries with identical azimuth values for start and end, and flexed boundaries where azimuth values for either start or end and the azimuth value for the nook are identical and the nook is farther away form the plot than the corresponding start or end.
A (possibly cleansed) data.frame
containing boundaries.
Other boundary functions:
get_boundary_polygons()
data("boundaries", package = "treePlotArea")
validate_data(x = boundaries)
check_boundaries(boundaries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.