powered by
kdenv
Plots object from kdest of class kdenv.
# S3 method for kdenv plot(x, ..., shadecol1 = "grey", shadecol2 = "lightblue", main = "", legend = FALSE)
An object of class kdenv to be plotted.
Additional graphical parameters passed to plot.fv function.
plot.fv
Shade color for max/min envelopes.
Shade color for confidence envelopes.
A main title for the plot. Default is blank.
Logical for whether a legend should automatically be displayed. Default if FALSE.
FALSE
# NOT RUN { data(grave) kd1 = kdest(grave, nsim = 19, level = 0.9) plot(kd1) # }
Run the code above in your browser using DataLab