add_description {evolMap}R Documentation

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)

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

Value

Object of class evolMap.

Author(s)

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

# create map
map <- create_map()
map <- add_description(map, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.")


# plot map
plot(map)


[Package evolMap version 1.2.33 Index]