plot.sppmix: Plot spatial point pattern generated from mixture.

Description Usage Arguments Examples

Description

Plot funciton for spatial point pattern generated from mixture. It's an alternative to spatstat's plotting functions.

Usage

1
2
## S3 method for class 'sppmix'
plot(x, ...)

Arguments

x

A point pattern of class sppmix or ppp.

...

Additional parameters to add_title to be plot on title.

Examples

1
2
3
spp <- rsppmix(demo_intsurf)
plot(spp)
plot(spp, lambda = 100)

wangyuchen/sppmix documentation built on May 4, 2019, 12:58 a.m.