summary.fe_ccircle_spatial_notrees: summary For a fe_ccircle_spatial_notrees object

View source: R/fe_ccircle_spatial_notrees_methods.R

summary.fe_ccircle_spatial_notreesR Documentation

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 class 'fe_ccircle_spatial_notrees'
summary(object, ...)

Arguments

object

An fe_ccircle_spatial_notrees object

...

Additional arguments, not used in plot.fe_ccircle_spatial_notrees

Value

An empty data frame

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

  # Make the dummy summary
  summary(x)


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