[ top | up ]

Read a Point Process Object from a File

Usage

ppinit(file)

Arguments

file string giving file name

Value

pp object with components x, y, xl, xu, yl, yu

Side Effects

Calls ppregion to set the domain.

See Also

ppregion

Examples

towns <- ppinit("towns.dat")
par(pty="s")
plot(Kfn(towns, 10), type="b", xlab="distance", ylab="L(t)")