Description Usage Arguments Value Examples
Print and return bubble grid plots (for single-cell data)
1  | bubblegrid(x, y, color, num_bins = 25)
 | 
x, y, color | 
 Numeric vectors. To be shown directly in the plot.  | 
num_bins | 
 This function works by hexagonal binning. This is the number of bins on the horizontal axis.  | 
Return value is a ggplot object.
1 2  | data(test_data)
bubblegrid::bubblegrid(x = test_data[[1]], y = test_data[[2]], color = test_data[[3]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.