add_tutorial {evolMap} | R 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 |
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)
[Package evolMap version 1.2.33 Index]