ent: Monday, July 27, 2009 8:02 AM
> To: r-h...@stat.math.ethz.ch
> Subject: [R] numbers on barplot
>
> Hello all,
> I have this simple barplot code:
>
> ifn <- "id.dat"
> dat <- read.table(ifn)
> ofn <- "id.png"
>
> bitmap(ofn, type =
-- On Mon, 7/27/09, Mohsen Jafarikia wrote:
> From: Mohsen Jafarikia
> Subject: [R] numbers on barplot
> To: r-h...@stat.math.ethz.ch
> Received: Monday, July 27, 2009, 10:01 AM
> Hello all,
> I have this simple barplot code:
>
> ifn <- "id.dat"
> dat <- read
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of Mohsen Jafarikia
Sent: Monday, July 27, 2009 10:02 AM
To: r-h...@stat.math.ethz.ch
Subject: [R] numbers on barplot
Hello all,
I have this simple barplot code:
ifn <- "id.dat"
Hello all,
I have this simple barplot code:
ifn <- "id.dat"
dat <- read.table(ifn)
ofn <- "id.png"
bitmap(ofn, type = "png256", width = 30, height = 30, pointsize = 30, bg =
"white",res=50)
par(mar=c(5, 5, 3, 2),lwd=5)
par(cex.main=1.6,cex.lab=1.6,cex.axis=1.6)
names(dat)<-c("NumberOfPeople","Av
4 matches
Mail list logo