Description Usage Arguments Author(s) See Also Examples
View source: R/LSD.ellipsescatter.R
A scatterplot with additional colored ellipses based on a gaussianity assumption.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
a numeric vector. |
y |
a numeric vector. |
groups |
a list of indices or vector names to be plotted as groups (not necessarily all of x and y). |
colors |
a character vector of R build-in colors corresponding to the chosen groups. |
pch |
the plotting character (to be passed to plot). |
bgcol |
a R build-in color for non-grouped points. |
main |
title(s) of the plot, standard graphics parameter. |
xlab |
x label, standard graphics parameter. |
ylab |
y label, standard graphics parameter. |
scalesd |
a numeric value giving the scaling factor for standard deviations in each dimension (defaults to 1). |
level |
a numeric value (between 0 and 1) giving the confidence level of a pairwise confidence region. |
legend.cex |
a numerical value giving the amount by which the added legend should be magnified relative to the default. |
location |
the x and y co-ordinates to be used to position the legend (see 'xy.coords'). |
... |
additional parameters to be passed to points and plot. |
Bjoern Schwalb
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.