plot_mds | R Documentation |
Plot a MDS object
plot_mds( mdsobj, color_varname = NULL, highlight = FALSE, highlight.label = FALSE )
mdsobj |
MDS object as returned by the function |
color_varname |
String. Name of the variable used for the color aesthetic.
For no color, |
highlight |
Logical. Highlight MDS points that are identified as being
highlighted by defining them through a variable called |
highlight.label |
Logical. Label highlighted MDS points with text defined
by the variable |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.