editor.tagcloud: Simple interactive editing of tag clouds

Description Usage Arguments Details Value Author(s) See Also Examples

Description

A minimalistic editor for object of the tagcloud class.

Usage

1

Arguments

boxes

An object of the tagcloud class, returned by the tagcloud function.

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

tagcloud

Examples

1
2
3
4
5
6
7
8
## Not run: 
data( gambia )
terms <- gambia$Term
tagcloud( terms )
boxes <- editor.tagcloud( boxes )


## End(Not run)

tagcloud documentation built on May 2, 2019, 5:02 a.m.