plot.anchors.combn {anchors} | R Documentation |
Plot results from anchors( method='entropy')
## S3 method for class 'anchors.combn': plot(x, ... , xy )
x |
anchors.combn object |
... |
additional options for plot |
xy |
name two columns from anchors.combn to plot (case insensitive, and you only need to specify first three letters of each name); must be a vector of strings of length 2. |
Related materials and worked examples are available at http://wand.stanford.edu/anchors/
Jonathan Wand http://wand.stanford.edu
Wand, Jonathan; Gary King; and Olivia Lau. (2007) ``Anchors: Software for Anchoring Vignettes''. Journal of Statistical Software. Forthcoming. copy at http://wand.stanford.edu/research/anchors-jss.pdf
Wand, Jonathan and Gary King. (2007) Anchoring Vignetttes in R: A (different kind of) Vignette copy at http://wand.stanford.edu/anchors/doc/anchors.pdf
## see help(anchors.combn) and demo(anchors.plot) for examples