summary {PBSmapping} | 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 |
a PBS Mapping object, such as EventData, a LocationSet, PolyData, or a PolySet. |
... |
further arguments passed to or from other methods. |
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.
EventData,
LocationSet,
PBSprint
,
PolyData,
PolySet.
#--- load the data (if using R) if (!is.null(version$language) && (version$language == "R")) data(surveyData) print(summary(surveyData))