Displaying 1 result from an estimated 1 matches for "texther".
Did you mean:
texter
2007 Aug 30
1
Barplot2 using for loop, how to adjust margins?
...cex.axis=0.7,
xlim=c(0, max(spl[[i]]$x)+10),
col=as.character(spl[[i]][1,7]),
plot.grid = TRUE,
)
box()
mtext(paste(paste(as.character(spl[[i]][1,2]), ":", sep=""),
"texthere", "(texthere)", as.character(spl[[i]][1,3])), outer=T, line
= 0.5, cex=1.1)
mtext("texthere", side=1, line=1.5, adj=0.5)
dev.copy(png, filename=paste(i, ".png", sep=""), height=400,
width=480)
dev.off()
}
Thanks in advance...