-boun...@r-project.org] On Behalf Of message
> Sent: Monday, April 4, 2016 6:00 AM
> To: r-help@r-project.org
> Subject: [R] multiple bar plot annotation text labelling
>
> Readers,
>
> The attempt is to create a bar plot with text labels adjacent to each
> datum value.
>
rlson
Department of Anthropology
Texas A&M University
College Station, TX 77840-4352
-Original Message-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of message
Sent: Monday, April 4, 2016 6:00 AM
To: r-help@r-project.org
Subject: [R] multiple bar plot annotation text lab
Readers,
The attempt is to create a bar plot with text labels adjacent to each
datum value.
Data file:
1,3,A
1,8,B
1,1,C
1,9,D
2,5,C
2,4,E
2,2,F
2,0,G
testbarplot<-read.csv('data1.csv', header=FALSE)
barplot(axes=FALSE, ann=FALSE, horiz=TRUE, testbarplot[,2], ylab=
'group', xlab= '(x values)
3 matches
Mail list logo