Print PBS Mapping Objects
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, Associate Professor – Computer Science
MacEwan University, Edmonton AB
Last modified Rd: 2019-03-14
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) })
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.