rcox: Simulate Cox process in 2- or 3-dimensional box

View source: R/rcox.R

rcoxR Documentation

Simulate Cox process in 2- or 3-dimensional box

Description

Simulate the spatial Cox point process in 2- or 3-dimensional box (rectangular cuboid). Three algorithms are available:

Usage

rcox(lambda, n, bbox, W, iter = 10000, verb = FALSE)

Arguments

lambda

object from 'lambda'-function

n

points to simulate if fixed count wanted

bbox

bounding box, column matrix giving ranges

W

owin-object rectangular, can be given instead of bbox

iter

iterations of MH algorithm if n given

verb

Print some runtime output


antiphon/rcox documentation built on June 3, 2023, 11:07 a.m.