Displaying 1 result from an estimated 1 matches for "allmorph".
2006 Jul 19
1
plain shading (not residuals) in mosaic plot
Hello. I've been using R for a couple of months and enjoying it a lot.
This is my first post to R-help.
I'm using the vcd package to make mosaic plots with labels on the tiles
indicating the number of items in each cell.
For example, I've made this plot:
> allmorph<-structure(c(10, 26, 17, 100, 70, 97, 253, 430, 185, 177,
> 25, 1), .Dim = as.integer(c(6, 2)), .Dimnames =
> structure(list(Stem.initial.obstruent = c("p", "t,s",
> "k","b","d","g"),Subst.behavior=c("unsubstituted"...