Learn R Programming

geonet (version 0.7.3)

runifgn: Simulate Uniform Points on a Geometric Network

Description

runifgn simulates points on a geometric network according to a uniform density.

Usage

runifgn(n, G)

Value

A point pattern on a geometric network, an object of class gnpp.

Arguments

n

Number of random points to generate. A nonnegative integer.

G

A geometric network (object of class gn).