Skip to content

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:

            
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