Learn R Programming

tagcloud (version 0.7.0)

editor.tagcloud: Simple interactive editing of tag clouds

Description

A minimalistic editor for object of the tagcloud class.

Usage

editor.tagcloud(boxes)

Value

An object of the tagcloud class with the modified positions of the tags.

Arguments

boxes

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

Author

January Weiner <january.weiner@gmail.com>

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.

See Also

tagcloud

Examples

Run this code

if (FALSE) {
data( gambia )
terms <- gambia$Term
tagcloud( terms )
boxes <- editor.tagcloud( boxes )

}

Run the code above in your browser using DataLab