Re: [R] trouble loading ggplot2 using R

2012-04-25 Thread Ramon Ovelar
I don't think I have touched at anything at all. I'm very newbie to R and to be honest I don't know what "Ramdom.seed" is. I will try to find out. I have seen other messages about "restoring random.seed", but in order to check that the problem is really that I have used some "Viewing data" command

Re: [R] Positioning main title

2012-04-25 Thread Ramon Ovelar
Many many thanks for the tip and for authoring this function! The final code for the plot goes like this: par(mar=c(0, 17, 3, 0), oma=c(0, 0, 0, 0)) barplot2(prueba, col=colores, horiz=TRUE,las=1, cex.names=.7) mtext(l,side = 3, at = getFigCtr()[1], line = 0.8, cex=1.5) On Wed, Apr 25, 2012 a