powered by
add_tutorial adds a tutorial for a map.
add_tutorial
add_tutorial(map, image = NULL, description = NULL)
Object of class evolMap.
evolMap
object of class evolMap.
character vector indicating the image path, header for the tutorial.
a character string indicating a desription text to insert in the tutorial.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
# create map map <- create_map() map <- add_tutorial(map) # \donttest{ # plot map plot(map) # }
Run the code above in your browser using DataLab