Skip to content
Prev 1948 / 29559 Next

quadrat.test()

On Mon, 2 Apr 2007, emason wrote:

            
Please always include the command giving the error message in your 
posting, otherwise we have to guess.

Looking at the code and ?quadrat.test, and trying:

data(simdat)
simdat
quadrat.test(simdat)

works, but if xbreaks= is set outside x's range:

quadrat.test(simdat, xbreaks=seq(-10,0,1))

your error appears. So you are setting an inappropriate xbreaks= argument, 
or possibly have an inappropriate window in your ppp object.