summary | R Documentation |
summary
method for PBS Mapping classes.
## S3 method for class 'EventData'
summary(object, ...)
## S3 method for class 'LocationSet'
summary(object, ...)
## S3 method for class 'PolyData'
summary(object, ...)
## S3 method for class 'PolySet'
summary(object, ...)
object |
|
... |
|
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
.
A list of summary statistics.
Nicholas M. Boers, Staff Software Engineer
Jobber, Edmonton AB
Last modified Rd: 2019-03-14
In package PBSmapping:
EventData,
LocationSet,
PolyData,
PolySet,
PBSprint
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))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.