PlotGG | R Documentation |
This creates a ggplot2 object for plotting.
PlotGG(embed, ...)
embed |
Embedding data |
... |
Extra arguments passed to |
library(EmbedSOM) library(ggplot2) # simulate a simple dataset e <- cbind(rnorm(10000),rnorm(10000)) PlotGG(e, data=data.frame(Expr=runif(10000))) + geom_point(aes_string(color="Expr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.