AddBackground {FlowSOM}R Documentation

AddBackground

Description

Function plots the background

Usage

AddBackground(
  p,
  backgroundValues,
  backgroundColors = NULL,
  backgroundLim = NULL
)

Arguments

p

GGplot object

backgroundValues

Vector of values to be plotted as background for the nodes

backgroundColors

Colorpalette for backgroundcolors

backgroundLim

Background limits (can be used to ensure consistent colorpalette between plots). If NULL (default), will be automatically adapted to the data.

Value

Returns nothing, but plots the background

See Also

PlotFlowSOM, AddLabels, AddNodes, AddPies, AddStars


[Package FlowSOM version 2.0.0 Index]