View source: R/fe_ccircle_spatial_notrees_methods.R
plot.fe_ccircle_spatial_notrees | R Documentation |
For an object of classfe_ccircle_spatial_notrees
only the
concentric circles are plotted at their correct positions.
## S3 method for class 'fe_ccircle_spatial_notrees'
plot(x, ...)
x |
An |
... |
Additional arguments, not used in
|
A map (ggplot2) of the plot layout including the trees with coordinates
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.