Learn R Programming

transport (version 0.15-4)

methods: 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 pgrid
print(x, ...)
# S3 method for pp
print(x, ...)
# S3 method for wpp
print(x, ...)
# S3 method for pgrid
summary(object, ...)
# S3 method for pp
summary(object, ...)
# S3 method for 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.