addDescription | R Documentation |
addDescription
adds a description to a 'netCoin' object.
addDescription(x, description)
x |
A 'netCoin' object. |
description |
the description text. |
A 'netCoin' object.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
data(finches)
data(Galapagos)
Net<-allNet(Galapagos,nodes=finches, criteria="hyp", maxL=.05,
lwidth ="Haberman",lweight="Haberman",
size="frequency", color="species", layout="mds",
main="Species coincidences in Galapagos Islands",
note="Data source: Sanderson (2000)")
img <- system.file("extdata", "p.Crassirostris.png",
package="netCoin")
Net <- addDescription(Net,"Species coincidences in Galapagos Islands")
## Not run:
multi <- multigraphCreate(Network=Net)
multiPages(multi,"Graph description example",show=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.