resort {extracat} | R Documentation |
Rearranging of the cpcp plot after a new selection.
resort(V = iset(which = iset.cur()), sel = iset.selected(), listen = FALSE)
V |
An iset created by the cpcp function for which the sorting is to be computed.
Usually it is not necessary to choose V individually.
|
sel |
The indices of the selected cases. |
listen |
If TRUE the function listen will be (re-)called after the updating process is done.
|
If called individually after making a new selection the function will simply rearrange the selected cases at the top of each category. Can also be called indirectly by listen.
No return value.
Alexander Pilhoefer
Department for Computer Oriented Statistics and Data Analysis
University of Augsburg
Germany
Alexander Pilhoefer New approaches in visualization of categorical data:
R-package extracat
Journal of Statistical Software, submitted Jan 2010
cpcp(V = housing, ord = c(4,3,1,2)) # selection via console s = iset() iset.select(what = which(ivar.data(s$Type) == "Terrace") ) resort()