Learn R Programming

geonet (version 0.7.3)

print.gn: Print Method for Geometric Networks

Description

Prints basic information of a geometric network related object.

Usage

# S3 method for gn
print(x, ...)

# S3 method for gnpp print(x, ...)

# S3 method for gnppfit print(x, ...)

Value

Invisibly returns the NULL object.

Arguments

x

A geometric network (object of class gn), a point pattern on a geometric network (object of class gnpp) or a fitted point process on a geometric network (object of class gnppfit).

...

Other arguments.