methods {transport} | R Documentation |
Print and Summary Methods for Objects of Class pgrid, pp and wpp
Description
Prints a brief description of a pixel grid or a point pattern.
Usage
## S3 method for class 'pgrid'
print(x, ...)
## S3 method for class 'pp'
print(x, ...)
## S3 method for class 'wpp'
print(x, ...)
## S3 method for class 'pgrid'
summary(object, ...)
## S3 method for class 'pp'
summary(object, ...)
## S3 method for class 'wpp'
summary(object, ...)
Arguments
x , object |
an object of class pgrid or pp or wpp. |
... |
additional arguments. Currently without effect. |
Details
Currently there is no difference between print and summary.
Author(s)
Dominic Schuhmacher dschuhm1@uni-goettingen.de
Timo Wilm timo.wilm@stud.uni-goettingen.de
[Package transport version 0.15-2 Index]