Description Usage Arguments Value Examples
This function adds a legend to a solution plot. It can include the CC similarity.
1 | 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()
1 2 3 4 5 6 7 8 | ## This function is internal
library(igraph)
g <- barabasi.game(20)
plot(g)
FELLA:::plotLegend()
plot(g)
FELLA:::plotLegend(GO.annot = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.