plot.fe_ccircle_spatial_notrees {ForestElementsR} | R Documentation |
Plot an fe_ccircle_spatial_notrees Object
Description
For an object of classfe_ccircle_spatial_notrees
only the
concentric circles are plotted at their correct positions.
Usage
## S3 method for class 'fe_ccircle_spatial_notrees'
plot(x, ...)
Arguments
x |
An |
... |
Additional arguments, not used in
|
Value
A map (ggplot2) of the plot layout including the trees with coordinates
Examples
# Abuse input data, that would actually allow for a full fe_ccircle_spatial
# object to construct a fe_ccircle_spatial_notrees object.
x <- spruce_pine_ccircle_raw
x <- x |> fe_ccircle_spatial_notrees()
# Plot it
plot(x)
[Package ForestElementsR version 2.1.0 Index]