Displaying 1 result from an estimated 1 matches for "allmorphs".
Did you mean:
allmorph
2006 Jul 19
1
plain shading (not residuals) in mosaic plot
...,"g"),Subst.behavior=c("unsubstituted","substituted")),
> .Names = c("Stem-initial obstruent","Behavior according to
> dictionary")), class = "table")
> mosaic(allmorph,direction="v",pop=FALSE)
> labeling_cells(text=allmorphs,margin=0)(allmorph)
So far so good. What I can't figure out how to do--after searching
through the vcd documentation
(http://cran.r-project.org/doc/packages/vcd.pdf), Googling, and
checking the r-help archive--is how to shade the tiles according to
their values for the variables rather th...