plot.quadrattest | R Documentation |
Given the result of a quadrat counting test, graphically display the quadrats that were used, the observed and expected counts, and the residual in each quadrat.
## S3 method for class 'quadrattest'
plot(x, ..., textargs=list())
x |
Object of class |
... |
Additional arguments passed to |
textargs |
List of additional arguments passed to
|
This is the plot method for objects
of class "quadrattest"
. Such an object is produced by
quadrat.test
and represents the result of
a \chi^2
test for a spatial point pattern.
The quadrats are first plotted using plot.tess
.
Then in each quadrat, the observed and expected counts
and the Pearson residual are displayed as text using
text.default
.
Observed count is displayed at top left; expected count at top right;
and Pearson residual at bottom.
Null.
and \rolf
quadrat.test
,
plot.tess
,
text.default
,
plot.quadratcount
plot(quadrat.test(swedishpines, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.