plot_each_cluster | R Documentation |
This function visualizes each cluster label on locations.
plot_each_cluster(
loc_x,
loc_y,
clusterlabel_in,
pointsize = 3,
text_size = 15,
title_in,
color_in
)
loc_x: |
A vector of x coordiantes. |
loc_y: |
A vector of y coordinates. |
clusterlabel_in: |
A vector of integers, the cluster labels for each cell. |
pointsize: |
An integer, the point size of each cell. |
textsize: |
An integer, the text size in the legend. |
title_in: |
A character string, the title you want to display at the top of the figure. |
color_in: |
A vector of colors for each cluster. |
A list of ggplot objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.