density1D | R Documentation |
Creates a kernel density in 1-dimension
density1D(
bp,
which = NULL,
h = "nrd0",
kernel = "gaussian",
col = ez.col,
lwd = 1.5,
legend.mar = c(2, 5, 0, 5)
)
bp |
object of class |
which |
which group. |
h |
bandwidth. |
kernel |
character string giving the smoothing kernel to be used. |
col |
colours to be used for each of the density curves. |
lwd |
linewidth of density curve. |
legend.mar |
The margin line of the legend. |
An object of class biplot
.
biplot (iris,classes=iris[,5]) |> CVA(dim=1) |> density1D() |> plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.