search for: hominoid

Displaying 1 result from an estimated 1 matches for "hominoid".

2001 Jul 27
2
boxplot question
...l to boxplot is in formula form (e.g. variable ~ group), the plot doesn't name the group if there is only one group.) Here is a small example that produces the desired boxplots and labels them horizontally with "GO", "HO", "PA", "PO" as I want: attach(hominoid) #contains raw data groups<-c("GO", "HO", "PA", "PO") boxplot(latsupri~genus, main = "latsupri", horizontal=T, las=1, names=groups) This example produces the needed boxplot, but fails to put the "GO" anywhere on the plot...