Description Usage Arguments Value Author(s) Examples
Plots multigroup data along with the major axis line and 95% confidence ellipses
1 |
x |
a numeric matrix or data frame, or (if f is missing) a list of a data matrix and a grouping variable |
f |
factor describing group structure |
vars |
vector of the (two) variables to plot |
cols |
colors |
theor |
list of theoretical values, as output by |
lines |
(logical) plot major axis lines? |
ellipses |
(logical) plot 95% confidence ellipses? |
... |
other options to |
Produces a plot.
Ben Bolker
1 2 3 | X = simdata()
Th = sim.theor()
plot_dat.theor(X,theor=Th)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.