plotIsingGraph: plotIsingGraph

Description Usage Arguments Value Examples

Description

Plot an ising graph.

Usage

1
plotIsingGraph(x, weight = 0.6, layout = "kk")

Arguments

x

flowReMix object.

Value

ggplot ggraph object

Examples

1
2
3
4
5
data(fit505)
plotIsingGraph(fit505,weight=0.9) +
guides(shape=guide_legend(nrow=1),
  size=guide_legend(nrow=1),
  color=guide_legend(nrow=4))

RGLab/flowReMix documentation built on May 8, 2019, 5:55 a.m.