asGallery | R Documentation |
asGallery
produces a gallery_rd3 object.
asGallery(net)
net |
is a |
Object of class gallery_rd3
.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
data("Galapagos")
data("finches")
finches$species <- system.file("extdata", finches$species,
package="netCoin") # copy path to the species field
Net <- allNet(Galapagos, nodes=finches, criteria="hyp", maxL=.05,
image="species",
main="Species coincidences in Galapagos Islands",
note="Data source: Sanderson (2000)")
gallery <- asGallery(Net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.