quality_ellipse: quality_ellipse

Description Usage Arguments Value Examples

View source: R/quality_ellipse.R

Description

Creates a quality ellipse based on two variables

Usage

1
quality_ellipse(alpha, y, x, y_names, x_names)

Arguments

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

Value

a (100-alpha)

Examples

1
2
3
4
data = LAGG4793::project_data
x = data$Voltage
y = data$Current
quality_ellipse(0.5, y, x, "Current", "Voltage")

cil0834/LAGG4793 documentation built on Dec. 19, 2021, 4:08 p.m.