An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20060620/295a28f0/attachment.pl>
whatis wrong with my testing for CSR using F/G function?-still have a little problem
2 messages · zhijie zhang, Barry Rowlingson
zhijie zhang wrote:
plot(pts) grid.pts<-gridpts(bboxx(pts),10*np) pointmap(grid.pts,add=T)
You should only use 'pointmap' and 'polymap' when you first start a plot with splancs. So: pointmap(pts) pointmap(grid.pts,add=T,pch=2) should work. I've put 'pch=2' to plot the grid points with a different shape. Try that! Barry