plot.kdenv | R Documentation |
kdenv
object.Plots an object from kdest
of
class kdenv
.
## S3 method for class 'kdenv'
plot(
x,
...,
shadecol1 = "darkgrey",
shadecol2 = "lightgrey",
main = "",
legend = FALSE
)
x |
An object of class |
... |
Additional graphical parameters passed to the
|
shadecol1 |
Color for min/max tolerance envelopes generated under the random labeling hypothesis. The default is a dark grey. |
shadecol2 |
Shade color for non-rejection envelopes.
The default is |
main |
A main title for the plot. The default is blank. |
legend |
Logical for whether a legend should
automatically be displayed. Default is |
The solid line indicates the observed difference in the K
functions for the cases and controls. The dashed line
indicates the average difference in the K functions
produced from the data sets simulated under the random
labeling hypothesis when executing the kdest
function. The shaded areas indicate the tolerance envelopes
constructed in x
for tolerance level level
and
the min/max envelopes constructed under the random labeling
hypothesis.
plot.fv
data(grave)
kdenv = kdest(grave, nsim = 19, level = 0.9)
plot(kdenv)
plot(kdenv, legend = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.