On 2011-02-28 12:31, Jannis wrote:
No idea what this dotchart is actually meant to visualize but naming the
columns of the data matrix gives you names for your groups which are
also used to label the plot.
?dimnames
?colnames
HTH
Jannis
I think that David might need to assign row names.
@ Da
No idea what this dotchart is actually meant to visualize but naming the
columns of the data matrix gives you names for your groups which are
also used to label the plot.
?dimnames
?colnames
HTH
Jannis
On 02/28/2011 06:13 PM, David Lyon wrote:
HI everyone
Does anayone know how to add grou
HI everyone
Does anayone know how to add group labels to dot charts
>From the R code below
a<-read.table("test2", sep="\t", header=TRUE)
dotchart(as.matrix(t()), main="test")
it generates from the datafile input below,
file test2 containing:
A B C D E
1 1
3 matches
Mail list logo