Description Usage Arguments Format Examples
Data reduction using multi-dimensional scaling
1 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geom to display the data |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
mds_method |
The MDS algorithm. Valid choices are "pca" and "tsne" |
tsne_perplexity |
Perplexity for the tSNE algorithm |
An object of class StatMDS
(inherits from Stat
, ggproto
, gg
) of length 5.
1 2 | set.seed(101)
wip
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.