get_ellipse: Retrieve covariance ellipse for single result

Description Usage Arguments

View source: R/ellipse_plot.R

Description

Retrieve covariance ellipse for single result

Usage

1
get_ellipse(mu, Sigma, xvar, yvar)

Arguments

mu

List of mean coefficient statistics (see fit_mvnorm() and fit_mvnorm_hier())

Sigma

List of variance-covariance matrix statistics (see fit_mvnorm() and fit_mvnorm_hier())

xvar

Name of x variable as string (must match row name in matlist)

yvar

Name of y variable as string (must match column name in matlist)


ashiklom/mvtraits documentation built on Sept. 4, 2019, 7:43 a.m.