plot.fe_ccircle_spatial_notrees: Plot an fe_ccircle_spatial_notrees Object

View source: R/fe_ccircle_spatial_notrees_methods.R

plot.fe_ccircle_spatial_notreesR 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 fe_ccircle_spatial_notrees object

...

Additional arguments, not used in plot.fe_ccircle_spatial_notrees

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)


ForestElementsR documentation built on April 3, 2025, 7:47 p.m.