add_description {evolMap} | R Documentation |
Add a description of the evolMap object to be showned on screen.
add_description(map, content = "", width = NULL)
map |
an object of class |
content |
a character string indicating a description text for the graph. |
width |
a percentage indicating the width for the description panel (25% of the window by default). |
Object of class evolMap
.
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.")
# plot map
plot(map)