plotLegend {FELLA}R Documentation

Internal function to add a legend to a graph plot

Description

This function adds a legend to a solution plot. It can include the CC similarity.

Usage

plotLegend(GO.annot = FALSE, cex = 0.75)

Arguments

GO.annot

Logical, should GO annotations be included?

cex

Numeric value, cex parameter for the function legend

Value

This function is only used for its effect, so it returns invisible()

Examples

## This function is internal

library(igraph)
g <- barabasi.game(20)
plot(g)
FELLA:::plotLegend()
plot(g)
FELLA:::plotLegend(GO.annot = TRUE)

[Package FELLA version 1.0.1 Index]