View source: R/mapperMethods.R
plot_mapper | R Documentation |
Generates plots of the network color-coded by each of the specified markers.
plot_mapper(
mapper,
markers = colnames(mapper$centroids),
path = NULL,
device = "png"
)
mapper |
Existing mapper object. |
markers |
A subset of the marker names. |
path |
The path where plots are saved. |
device |
The device used for image encoding. Supports png for bitmaps, pdf for vector graphics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.