
Add a description of the evolMap object to be showned on screen.
add_description(map, content = "", width = NULL)
Object of class evolMap
.
an object of class evolMap
.
a character string indicating a description text for the graph.
a percentage indicating the width for the description panel (25% of the window by default).
Modesto Escobar modesto@usal.es, Department of Sociology and Communication, University of Salamanca, Carlos Prieto cprietos@usal.es, and David Barrios metal@usal.es, Bioinformatics Service, University of Salamanca.
# create map
map <- create_map()
map <- add_description(map, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.")
# \donttest{
# plot map
plot(map)
# }
Run the code above in your browser using DataLab