toyPattern: A toy marked point pattern object, with 59 points.

toyPatternR Documentation

A toy marked point pattern object, with 59 points.

Description

A simulated object of class "ppp" provided for use in an example illustrating the application of deldir() to point pattern objects.

Usage

toyPattern

Format

An object of class "ppp" consisting of a simulated marked point pattern. Entries include

x Cartesian x-coordinates
y Cartesian y-coordinates
marks factor with levels "a","b","c","d"

Source

Simulated.

Examples

dtoy    <- deldir(toyPattern) # "Tags" are the marks of the pattern.
set.seed(42)
dtoy.nt <- deldir(toyPattern,z=round(runif(59),2)) # Tags are numeric.

deldir documentation built on Nov. 23, 2023, 9:09 a.m.

Related to toyPattern in deldir...