Learn R Programming

extracat (version 1.6-3)

listen: auto-update interactivity for cpcp plots

Description

Makes the cpcp plot listen to selection changes and calls resort to update the display.

Usage

listen(init = TRUE)

Arguments

init
logical. If FALSE no message will be printed. It is usually not necessary for the user to change this parameter.

Value

  • No return value.

Details

Choose BREAK in the File menu in order to return back to the console.

References

Alexander Pilhoefer, Antony Unwin (2013). New Approaches in Visualization of Categorical Data: R Package extracat. Journal of Statistical Software, 53(7), 1-25. URL http://www.jstatsoft.org/v53/i07/

See Also

ievent.wait cpcp resort

Examples

Run this code
cpcp(housing,ord = c(4,3,2,1),gap.space=0.15)
listen()
# now make your selections and see what happens.

Run the code above in your browser using DataLab