addTutorial | R Documentation |
addTutorial
adds a tutorial for a gallery.
addTutorial(x, image = NULL, description = NULL)
x |
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. |
Object of class gallery_rd3
.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
data("finches")
finches$species <- system.file("extdata", finches$species,
package="netCoin") # copy path to the species field
g <- gallery(finches, image="species", main="Species in Galapagos Islands",
note="Data source: Sanderson (2000)")
g <- addTutorial(g,
description="Here you can see different finches species in Galapagos islands.")
## Not run:
plot(g)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.