summary
method for PBS Mapping classes.
# S3 method for EventData
summary(object, ...)
# S3 method for LocationSet
summary(object, ...)
# S3 method for PolyData
summary(object, ...)
# S3 method for PolySet
summary(object, ...)
A list of summary statistics.
object
-- a PBSmapping object: EventData, LocationSet,
PolyData, or PolySet.
dots
-- further arguments passed to or from other methods.
Nicholas M. Boers, Associate Professor -- Computer Science
MacEwan University, Edmonton AB
Last modified Rd: 2019-03-14
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
.
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))
})
Run the code above in your browser using DataLab