Hi I want to extract the points from an object of type ppp. How can I do this? Rainer
"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.