View source: R/plotting_funcs.R
quantile_breaks | R Documentation |
Generates breaks for a color scale based on quantiles.
quantile_breaks(dat.mat, n)
dat.mat |
Data matrix (features X samples). |
n |
Number of breaks to generate. If not specified, uses first three stdevs. |
Numeric vector of break values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.