computeBackgroundColor {FlowSOM} | R Documentation |
Internal function for computing background nodes
computeBackgroundColor( backgroundValues, backgroundColor, backgroundLim = NULL, backgroundBreaks = NULL )
backgroundValues |
Values to be used for background coloring, either numerical values or something that can be made into a factor (e.g. a clustering) |
backgroundColor |
Colorpalette to be used for the background coloring . Can be either a function or an array specifying colors |
backgroundLim |
Only used when backgroundValues are numerical. Defaults to min and max of the backgroundValues. |
backgroundBreaks |
Breaks to pass on to |