plotLegend {FELLA} | R Documentation |
This function adds a legend to a solution plot. It can include the CC similarity.
plotLegend(GO.annot = FALSE, cex = 0.75)
GO.annot |
Logical, should GO annotations be included? |
cex |
Numeric value, |
This function is only used for its effect,
so it returns invisible()
## This function is internal library(igraph) g <- barabasi.game(20) plot(g) FELLA:::plotLegend() plot(g) FELLA:::plotLegend(GO.annot = TRUE)