search for: qtype_1

Displaying 1 result from an estimated 1 matches for "qtype_1".

Did you mean: type_1
2013 Jan 29
1
points rejected as lying outside the specified window
...g at one county so it had a defined border which was somewhat rectangular. Could it be because the shapefile I am using for NYC has too many borders? Is it the coords code that is incorrect? Any advice or suggestions would be greatly appreciated. In case it is helpful, the code that follows is: qtype_1<-quadratcount(type_1,10,10) plot(type_1,pch="+",main=Title") plot(type_1,add=TRUE,col="red",ltw=2,cex=1.2) polygon(coords,lwd=2) points(type_1,pch=".") Thanks, Abby