validate_fe_ccircle_spatial_notrees {ForestElementsR} | R Documentation |
Validate an fe_ccircle_spatial_notrees Object
Description
Regular users will not require this function. Expert users will want to use
it in combination with the constructor
new_fe_ccircle_spatial_notrees
. Regular users, please construct
fe_ccircle_spatial_notrees
objects with
fe_ccircle_spatial_notrees
.
Usage
validate_fe_ccircle_spatial_notrees(x)
Arguments
x |
An object that is expected to be a correct
|
Value
Returns x
, but this function is mainly called for its side
effect which is pointing out any violations of the
fe_ccircle_spatial_notrees
object specifications. In case of such
violations, the function will terminate with an error.
Examples
# Validate the example fe_ccircle_spatial object
spruce_pine_ccircle_spatial_notrees |>
validate_fe_ccircle_spatial_notrees()
[Package ForestElementsR version 2.1.0 Index]