print function

Print PBS Mapping Objects

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, ...)

Arguments

  • x: object -- a PBS Mapping object of appropriate class.
  • ...: dots -- additional arguments to print.

Examples

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) })

Author(s)

Nicholas M. Boers, Staff Software Engineer

Jobber, Edmonton AB

Last modified Rd: 2019-03-14

See Also

In package PBSmapping:

Data structures: EventData , LocationSet , PolyData , PolySet

Functions: PBSprint, summary