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
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
2 matches
Mail list logo