View source: R/fe_ccircle_spatial_notrees_methods.R
summary.fe_ccircle_spatial_notrees | R Documentation |
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.
## S3 method for class 'fe_ccircle_spatial_notrees'
summary(object, ...)
object |
An |
... |
Additional arguments, not used in
|
An empty data frame
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.