View source: R/ETDQualitizer.R
bcea | R Documentation |
Computes BCEA and ellipse parameters for gaze precision.
bcea(azi, ele, P = 0.68)
azi |
Azimuth values in degrees. |
ele |
Elevation values in degrees. |
P |
Cumulative probability (default: 0.68). |
A list with the BCEA (area
) and additional info about the BCEA ellipse: orientation
, ax1
, ax2
, and aspect_ratio
.
bcea(rnorm(100), rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.