Hello!
I want to plot a multitype point pattern called "new" in package
spatstat. When I write plot(new) in the graphic window I can see a
strech rectangle with a point inside, not the point pattern.If I
write plot(new$x,new$y) the point pattern is plot ok.The problem
is that I want do the density plots, quadrat count, etc and in
these cases I can“t write density(new$x,new$y), I must do it only
whith the name of the point pattern.
What is the problem?
Thanks.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.