Learn R Programming

evolMap (version 1.2.33)

add_description: Add description of the map.

Description

Add a description of the evolMap object to be showned on screen.

Usage

add_description(map, content = "", width = NULL)

Value

Object of class evolMap.

Arguments

map

an object of class evolMap.

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).

Author

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.

Examples

Run this code
# 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