Description Usage Arguments Value
View source: R/FunctionsPlot.R
Global graphical representation of multi-view data.
1 2 3 4 5 6 7 8 9 |
mv_data |
Multi-view data, either in the form of a concatenated matrix (where the columns of the views have
been combined) or in the form of a list, where each element contains one of the views. In the former case, the argument
|
scale |
If |
mv |
(Optional unless |
mv_names |
If desired, a vector of multiview names to be used for the plot. |
labels |
If points should be colored by a hard cluster membership, a vector providing cluster assigments should be provided. If points should be colored by a soft cluster membership (where the transparency of points reflects the maximum conditional probability of cluster membership), a matrix providing conditional probabilities of cluster membership should be provided. |
include_default_caption |
If |
... |
Additional optional parameters. |
A multi-facetted plot, with one facet per view. Univariate views are represented as densities, bivariate views are represented as scatterplots, and multivariate views are represented by plotting scatterplots of the first two principal components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.