Plot a kdenv object.
Plots an object from kdest
of
class kdenv
.
## S3 method for class 'kdenv' plot( x, ..., shadecol1 = "gray56", shadecol2 = "lightgrey", main = "", legend = FALSE )
x |
An object of class |
... |
Additional graphical parameters passed to the
|
shadecol1 |
Shade color for max/min envelopes. Default is a dark grey. |
shadecol2 |
Shade color for non-rejection envelopes. Default is "lightgrey". |
main |
A main title for the plot. 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.
data(grave) kd1 = kdest(grave, nsim = 19, level = 0.9) plot(kd1) plot(kd1, legend = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.