d3_iScatter | R Documentation |
Generate an SVG scatterplot for rmarkdown reports where the user can choose which dimensions to plot, and the colouring scheme.
d3_iScatter( data, xy = grepl("^PC[0-9]+$", names(data)), aes = !xy, sample_names = row.names(data), width = NULL, height = NULL, elementId = NULL )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.