Description Usage Arguments Value Author(s) See Also
This function plots the t-SNE coordinates using a scatter plot.
1 2 3 4 5 6 7 | scandal_tsne_plot(
object,
tsne_labels = NULL,
legend_name = NULL,
title = DEFAULT_TITLE(object, "t-SNE plot"),
title_text_size = 20
)
|
object |
a ScandalDataSet object. |
tsne_labels |
an optional vector of character labels for each (x, y) point. Used for color coding each point. Default is NULL. |
legend_name |
the name of the leged. Default is NULL (no label). |
title |
an optional string for the title of the plot. Default is NULL (no title). |
title_text_size |
text size of the title. Default is 20. |
A ggplot2 object representing the t-SNE plot.
Avishay Spitzer
Rtsne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.