Learn R Programming

greed (version 0.6.1)

plot,DcSbmFit,missing-method: Plot a DcSbmFit-class object

Description

Plot a DcSbmFit-class object

Usage

# S4 method for DcSbmFit,missing
plot(x, type = "blocks")

Value

a ggplot2 graphic

Arguments

x

a DcSbmFit-class

type

a string which specify plot type:

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

  • 'nodelink': plot a nodelink diagram of the graph summarizing connections between clusters

See Also

plot,IclPath,missing-method