The graphics parameters are all in the help file for par
?par
The one you need is las.
Without trying to wade thru your mangled HTML data (dput() is the best
way to provide reproducible data), check this out:
barplot(runif(5), names.arg = c("25/08/2004", "26/09/2004",
"02/11/2004", "11/11/2004",
Vasana--
May I ask why you want to produce such a graph? What relationship(s) in
your data are you trying to show? I can't be sure from your original post,
but it seems to me that you are trying to do this the hard way. R can help
you.
What happens when you run the code you posted? What error m
Dear R-sig-geo experts,
I want to plot a bar graph with the labels on the x axis in a vertical format.
The data is the Ages of Squid (on the Y axis) and the date of Birth on the X
axis, I am struggling to change the labels on the x axis to a vertical format
and I want all the dates to show at