Learn R Programming

phylosim (version 3.0.5)

summary.Site: Summarize the properties of an object

Description

Summarize the properties of an object.

Usage

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

Arguments

object

An object

...

Not used.

Value

Returns a PSRootSummary object.

See Also

For more information see Site.

Examples

Run this code
# NOT RUN {
      # create an object
      o<-Site()
      # get a summary
      summary(o)
# }

Run the code above in your browser using DataLab