Learn R Programming

ForestElementsR (version 2.0.1)

plot.fe_ccircle_spatial_notrees: 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 fe_ccircle_spatial_notrees
plot(x, ...)

Value

A map (ggplot2) of the plot layout including the trees with coordinates

Arguments

x

An fe_ccircle_spatial_notrees object

...

Additional arguments, not used in plot.fe_ccircle_spatial_notrees

Examples

Run this code
  # 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)

Run the code above in your browser using DataLab