R Documentation |
This function displays information about a PBS Mapping object.
Functions 'summary.EventData'
, 'summary.LocationSet'
,
'summary.PolyData'
, and 'summary.PolySet'
produce an object with class 'summary.PBS'
.
## S3 method for class 'EventData'
print(x, ...)
## S3 method for class 'LocationSet'
print(x, ...)
## S3 method for class 'PolyData'
print(x, ...)
## S3 method for class 'PolySet'
print(x, ...)
## S3 method for class 'summary.PBS'
print(x, ...)
x |
|
... |
|
Nicholas M. Boers, Staff Software Engineer
Jobber, Edmonton AB
Last modified Rd: 2019-03-14
In package PBSmapping:
Data structures:
EventData,
LocationSet,
PolyData,
PolySet
Functions:
PBSprint
,
summary
local(envir=.PBSmapEnv,expr={
#--- load the data (if using R)
if (!is.null(version$language) && (version$language=="R"))
data(nepacLL,envir=.PBSmapEnv)
#--- change to summary printing style
PBSprint <- TRUE
#--- print the PolySet
print(nepacLL)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.