| print {PBSmapping} | R Documentation |
This function displays information about a PBS Mapping object.
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 |
a PBS Mapping object of appropriate class. |
... |
additional arguments to print. |
EventData,
LocationSet,
PBSprint,
PolyData,
PolySet,
summary.
#--- load the data (if using R) if (!is.null(version$language) && (version$language == "R")) data(nepacLL) #--- change to summary printing style PBSprint <- TRUE #--- print the PolySet print(nepacLL)