resort {extracat}R Documentation

Rearrangement of cpcp plots

Description

Rearranging of the cpcp plot after a new selection.

Usage

resort(V = iset(which = iset.cur()), sel = iset.selected(), listen = FALSE)

Arguments

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.

Details

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.

Value

No return value.

Author(s)

Alexander Pilhoefer
Department for Computer Oriented Statistics and Data Analysis
University of Augsburg
Germany

References

Alexander Pilhoefer New approaches in visualization of categorical data: R-package extracat
Journal of Statistical Software, submitted Jan 2010

See Also

listen cpcp

Examples

    cpcp(V = housing, ord = c(4,3,1,2))
    # selection via console
    s = iset()
    iset.select(what = which(ivar.data(s$Type) == "Terrace") )
    resort()

[Package extracat version 1.0-0 Index]