Description Usage Arguments Examples
View source: R/package-support.R
Draw confidence ellipses around data
1 2 3 4 5 6 7 | LMK_ellipse(
dat,
ci = c(67.5, 90, 95, 99),
linesCol = "black",
fillCol = "grey",
smoothness = 20
)
|
dat |
data to be plotted in matrix form [X,Y] |
ci |
Confidence interval to be plotted. Must be one of c(67.5, 90, 95,99) |
linesCol |
Color for the line. Currently takes hsv() format |
fillCol |
color for the fill. Currently only takes hsv() format, set NULL for no fill |
smoothness |
Smoothness for ellipses. Default should be sufficient but is customizable. |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.