PBSmapping (version 2.73.4)

print: Print PBS Mapping Objects

Description

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'.

Usage

# S3 method for EventData
print(x, ...)
# S3 method for LocationSet
print(x, ...)
# S3 method for PolyData
print(x, ...)
# S3 method for PolySet
print(x, ...)
# S3 method for summary.PBS
print(x, ...)

Arguments

x

object -- a PBS Mapping object of appropriate class.

...

dots -- additional arguments to print.

Author

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

Examples

Run this code
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)
})

Run the code above in your browser using DataLab