Displaying 3 results from an estimated 3 matches for "legend_fix".
Did you mean:
legend_box
2005 Oct 20
0
vcd package 0.9-5 released
...ct ("[") and replacement ("[<-") functions are available (old
"[[" method removed)
- methods for t(), dim(), as.matrix(), as.vector(), as.table(), etc.
are available
* New panel function pairs_diagonal_text() for pairs()
* The alternative legend function legend_fixed() now looks more similar
to the legend of mosaicplot() in base R
Comments are more then welcome!
David, Achim, Kurt.
PS: If you like modern art, try out demo(mondrian)! :)
--
Dr. David Meyer
Department of Information Systems and Operations
Vienna University of Economics and Business Admi...
2005 Oct 20
0
vcd package 0.9-5 released
...ct ("[") and replacement ("[<-") functions are available (old
"[[" method removed)
- methods for t(), dim(), as.matrix(), as.vector(), as.table(), etc.
are available
* New panel function pairs_diagonal_text() for pairs()
* The alternative legend function legend_fixed() now looks more similar
to the legend of mosaicplot() in base R
Comments are more then welcome!
David, Achim, Kurt.
PS: If you like modern art, try out demo(mondrian)! :)
--
Dr. David Meyer
Department of Information Systems and Operations
Vienna University of Economics and Business Admi...
2010 Jul 07
4
Gray level mosaic plot with shading_Friendly
Suppose we start with
data("Titanic")
mosaic(Titanic, shade = TRUE)
How do I combine the dashed box contours of shading_Friendly to indicate negative residuals, with three levels of gray: dark for abs(Pearson Resid) > 4, lighter for 4 > abs(Pearson Resid) > 2, and lightest for bs(Pearson Resid) < 2 ?
Thanks,
Michael
______________________________________________