add_description: Add description of the map.

View source: R/create_map.R

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


evolMap documentation built on March 31, 2023, 9:30 p.m.