viewLegend {PANR} | R Documentation |
This function helps the user to view legends for the built PAN graph.
viewLegend(object, what="nodeColor", ...)
object |
an object of S4 class |
what |
a character value specifying which legend to view: ‘nodeColor’, ‘nodeSize’ or ‘edgeWidth’. |
... |
not in use, but only for further extension. |
Xin Wang xw264@cam.ac.uk
## 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)