"Rainer M. Krug" writes: > I want to extract the points from an object of type ppp. > How can I do this?
If `p' is an object of class "ppp" in spatstat, then p$x and p$y are vectors containing the x and y coordinates of the points. See help(ppp.object). Adrian Baddeley ---- PS: Enquiries about contributed packages should be sent to the package authors or maintainers. Use library(help=<packagename>) to find out who to ask. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
