Learn R Programming

evolMap (version 1.3.8)

add_tutorial: Adds a tutorial for the map.

Description

add_tutorial adds a tutorial for a map.

Usage

add_tutorial(map, image = NULL, description = NULL)

Value

Object of class evolMap.

Arguments

map

object of class evolMap.

image

character vector indicating the image path, header for the tutorial.

description

a character string indicating a desription text to insert in the tutorial.

Author

Modesto Escobar, Department of Sociology and Communication, University of Salamanca.

Examples

Run this code
# create map
map <- create_map()
map <- add_tutorial(map)

# \donttest{
# plot map
plot(map)
# }

Run the code above in your browser using DataLab