editor.tagcloud {tagcloud} | R Documentation |
Simple interactive editing of tag clouds
Description
A minimalistic editor for object of the tagcloud class.
Usage
editor.tagcloud(boxes)
Arguments
boxes |
An object of the tagcloud class, returned by the
|
Details
tagcloud
provides a minimalistic editor for tag clouds produced by
tagcloud
function. After editor.tagcloud
is called, the
tag cloud is plotted. First click selects the tag to be moved. The second
click sends the tag such that its left lower corner is at the position
indicated by the mouse. Right-clicking terminates the program.
Value
An object of the tagcloud class
with the modified positions
of the tags.
Author(s)
January Weiner <january.weiner@gmail.com>
See Also
Examples
## Not run:
data( gambia )
terms <- gambia$Term
tagcloud( terms )
boxes <- editor.tagcloud( boxes )
## End(Not run)
[Package tagcloud version 0.6 Index]