Re: [R] Help on BarPlot

2009-02-10 Thread Thomas Roth (geb. Kaliwe)
Hi, #There are a lot of examples for barplot if you just type example(barplot) # i altered one slightly to put the values on top of each bar mp <- barplot(VADeaths) # default #tot <- colMeans(VADeaths) #changed this line tot = colSums(VADeaths)#wether you need max, min, mean , colSum

Re: [R] Help on BarPlot

2009-02-09 Thread Marc Schwartz
on 02/09/2009 03:21 PM Steve Sidney wrote: > Dear all > > As a new user of R, can someone please help me with the following > > I have created a programme to analyse laboratory data and one of the > graphs is a bar plot of 'Z' scores. > > On the bar plot I am using the following line to plot som

[R] Help on BarPlot

2009-02-09 Thread Steve Sidney
Dear all As a new user of R, can someone please help me with the following I have created a programme to analyse laboratory data and one of the graphs is a bar plot of 'Z' scores. On the bar plot I am using the following line to plot some results barplot (zb[,c("ZBW")], ylim = c(-6,6), names.