Description Usage Arguments Value Examples
View source: R/quality_ellipse.R
Creates a quality ellipse based on two variables
1 | quality_ellipse(alpha, y, x, y_names, x_names)
|
alpha |
the alpha level of the ellipse |
y |
The vector for the y component of the ellipse |
x |
The vector for the x component of the ellipse |
y_names |
The name of the variable of the y component |
x_names |
The name of the variable of the x component |
a (100-alpha)
1 2 3 4 | data = LAGG4793::project_data
x = data$Voltage
y = data$Current
quality_ellipse(0.5, y, x, "Current", "Voltage")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.