Hi,
I am trying to use the plotting functionality of the density.ppp function of
the spatstat "R" library. While I am able to make the plot just fine in R,
in rpy, I run into the issue that I have a very strange background of
numbers in the plot.
I am running rpy 2.0.8.
I am using the following commands
a=robjects.r.readOGR("PG:host=localhost dbname=autosnew user=ted
password=ted", "temp"+typ+yrStr)
b=robjects.r['as'](a,"SpatialPoints")
c=robjects.r['as'](b,"ppp")
d=robjects.r['density.ppp'](c,.05)
robjects.r.png("kern"+typ+yrStr+".png")
robjects.r['plot'](d)
robjects.r['dev.off']()
I am attaching the output from one of these graphs to have a better idea of
what the issue is.
Thanks for any help someone can provide.
-Ted Rosenbaum
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list