Questions tagged [r-ppp]

16 questions
0
votes
0 answers

Point Patterns in Spatstat

I am having a few problems with creating a point pattern in the R package Spatstat. > HI06mfav <- read.table("MarHI06mfav.txt", header = TRUE) > attach(HI06mfav) The following object(s) are masked _by_ '.GlobalEnv': x, y The following object(s)…
1
2