Displaying 1 result from an estimated 1 matches for "testdot1".
Did you mean:
testdot
2010 Dec 18
3
dotchart for matrix data
...ta can be selected by 'groups' for subsequent plotting. The
objective is to be able to create a dot chart where each row is
labelled according to the row names in the 'category' column and two
columns can be selected, e.g. 'values1' and 'values2'. Then I tried:
> testdot1<-testdot[,1]
> testdot2<-testdot[,2]
> testdot3<-testdot[,3]
> dotchart(c(testdot2,testdot3),labels=testdot1)
A graph is produced, but not as expected. Instead of 4 rows labelled
(descending order from top row) a,b,c,d, and each row containing two
data points, the graph shows 8 r...