Dear R users,

I am trying to build a barplot2 graph however I can't find a way of defining
the scale for the x-axis.

I would like to show in my x-axis only the numbers 0, 25, 50, 75 etc. (so
far R is giving me a random scale hard to interpret and it doens't look
nice...). Could anyone advise me on how to do this please, it would be a
great help! Thank you.

Below I show the code I have been using for my plots.

my.plot<- barplot2(mydata.y, names.arg=mydata.x, width=1,
xlab="km", ylab="kg", main="plot.name",
plot.ci=TRUE, ci.l=data.lci,ci.u=data.uci, ci.col = "red", font=40,
font.lab=60, xlim=c(0,250), xpd=FALSE)

Thanking you in advance
Mafalda
-- 
Mafalda Viana

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to