print.gn: Print Method for Geometric Networks

View source: R/print.R

print.gnR Documentation

Print Method for Geometric Networks

Description

Prints basic information of a geometric network related object.

Usage

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

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

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

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.

Value

Invisibly returns the NULL object.


geonet documentation built on July 11, 2022, 9:08 a.m.