Learn R Programming

ForestElementsR (version 2.0.1)

summary.fe_ccircle_spatial_notrees: summary For a fe_ccircle_spatial_notrees object

Description

For the time being, this is function serves only to obtain a controled output when summary is called for an object of class fe_ccircle_spatial_notrees. This output is just an empty data data frame.

Usage

# S3 method for fe_ccircle_spatial_notrees
summary(object, ...)

Value

An empty data frame

Arguments

object

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()

  # Make the dummy summary
  summary(x)

Run the code above in your browser using DataLab