Displaying 1 result from an estimated 1 matches for "syllablenucleusdiff".
2008 Dec 16
1
Change in Lattice bwplot?
...bwplot( VOTMS ~gender |type * group,
data=merge(vot,words,by="ord"),
nint=30,
horizontal=F,
layout=c(3,3),
box.ratio=0.8)
which produced a lovelly 3x3 lattice plot with one box/gender in each
panel. Now, I try
> bwplot( SyllableNucleusDiff ~ SourceLanguage,data=Hstar,horizontal=F)
to get just a simple 1x1 panel plot with groups (which I will then of
course make into a panel plot by adding | factor1 +factor2...), but I
get a "Syntax error".
So, has anything changed, or am I just doing something very silly?
/Fredrik
--
&q...