rd3_addDescription {rD3plot} | R Documentation |
Adds a description to a 'rD3plot' object.
Description
rd3_addDescription
adds a description to a 'rD3plot' object.
Usage
rd3_addDescription(x, description)
Arguments
x |
A 'rD3plot' object. |
description |
the description text. |
Value
A 'rD3plot' object.
Author(s)
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
Examples
data(finches)
data(galapagos)
bar <- barplot_rd3(finches, galapagos, select="Certhidea olivacea")
img <- system.file("extdata", "p.Crassirostris.png",
package="rD3plot")
bar <- rd3_addDescription(bar,"Species coincidences in Galapagos Islands")
multi <- rd3_multigraph(barplot=bar)
## Not run:
rd3_multiPages(multi,"Graph image example",show=TRUE)
## End(Not run)
[Package rD3plot version 1.0.68 Index]