add_tutorial: Adds a tutorial for the map.

View source: R/create_map.R

add_tutorialR Documentation

Adds a tutorial for the map.

Description

add_tutorial adds a tutorial for a map.

Usage

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

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.

Value

Object of class evolMap.

Author(s)

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

Examples

# create map
map <- create_map()
map <- add_tutorial(map)


# plot map
plot(map)


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