PBSmapping (version 2.69.76)

summary: Summarize PBS Mapping Objects

Description

summary method for PBS Mapping classes.

Usage

# S3 method for EventData
summary(object, …)
# S3 method for LocationSet
summary(object, …)
# S3 method for PolyData
summary(object, …)
# S3 method for PolySet
summary(object, …)

Arguments

object

a PBS Mapping object, such as EventData, a LocationSet, PolyData, or a PolySet.

further arguments passed to or from other methods.

Value

A list of summary statistics.

Details

After creating a list of summary statistics, this function assigns the class "summary.PBS" to the output in order to accomplish formatted printing via print.summary.PBS.

See Also

EventData, LocationSet, PBSprint, PolyData, PolySet.

Examples

Run this code
local(envir=.PBSmapEnv,expr={
  #--- load the data (if using R)
  if (!is.null(version$language) && (version$language=="R"))
    data(surveyData,envir=.PBSmapEnv)
  print(summary(surveyData))
})

Run the code above in your browser using DataCamp Workspace