powered by
A simulated object of class "ppp" provided for use in an example illustrating the application of deldir() to point pattern objects.
"ppp"
deldir()
toyPattern
An object of class "ppp" consisting of a simulated marked point pattern. Entries include
x
y
marks
"a","b","c","d"
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.
Run the code above in your browser using DataLab