Learn R Programming

PANR (version 1.18.0)

viewLegend: View the legends for the graph built for PAN

Description

This function helps the user to view legends for the built PAN graph.

Usage

viewLegend(object, what="nodeColor", ...)

Arguments

object
an object of S4 class PAN.
what
a character value specifying which legend to view: `nodeColor', `nodeSize' or `edgeWidth'.
...
not in use, but only for further extension.

Examples

Run this code
## Not run: 
# data(bm, package="PANR")
# pan<-new("PAN", bm1=bm1)
# pan<-infer(pan, para=list(type="SNR", log=TRUE, sign=TRUE, cutoff=log(5)),
# filter=FALSE, verbose=TRUE)
# data(Bakal2007Cluster, package="PANR")
# pan<-buildPAN(pan, engine="igraph", para=list(nodeColor=nodeColor, 
# hideNeg=TRUE), verbose=TRUE)
# viewLegend(pan, "edgeWidth")
# ## End(Not run)

Run the code above in your browser using DataLab