plot,DcLbmFit,missing-method {greed}R Documentation

Plot a DcLbmFit-class

Description

Plot a DcLbmFit-class

Usage

## S4 method for signature 'DcLbmFit,missing'
plot(x, type = "blocks")

Arguments

x

a DcLbmFit-class

type

a string which specify plot type:

  • 'blocks': plot a block matrix with summarizing connections between row and column clusters

  • 'nodelink': plot a nodelink diagram of the bipartite graph summarizing connections between row and column clusters

Value

a ggplot2 graphic


[Package greed version 0.6.1 Index]