default_stickplot: Stick plot for comparing group means and covariances

Description Usage Arguments

View source: R/ellipse_plot.R

Description

Stick plot for comparing group means and covariances

Usage

1
2
3
default_stickplot(mu_global, Sigma_global, mu_group, Sigma_group, xvar,
  yvar, group_names, par_plot = list(), par_legend = list(),
  xlab = xvar, ylab = yvar, unlog_axes = FALSE, ...)

Arguments

mu_global

List of global mean statistics

Sigma_global

List of global variance-covariance matrix statistics

mu_group

List of group mean statistics

Sigma_group

List of group variance-covariance matrix statistics

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)

group_names

Names of each group. Must match order in mu_group and Sigma_group.

par_plot

List of graphical parameters for plot

par_legend

List of graphical parameters for legend

xlab

Label for x variable

ylab

Label for y variable

unlog_axes

If TRUE, apply 10^x transformation to axes

...

Additional parameters to prep_stickplot()


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