Hi, I changed something in the package "climatol" especially in the function "diagwl". Dos anybody know where I can put the code in the Internet to discuss it? I made from "C" for gradcelsius "°C" with: unit <- list( temp = expression (paste(#"T ", degree,"C")) ) mtext(unit$temp ,2,col=tcol,las=1,line=3,adj=0,at=55) mtext(paste(round(mean(tm*10))/10, ' °', "C ",round(sum(p))," mm",sep="")
But "mtext(paste(round(mean(tm*10))/10, ' °', "C ",round(sum(p))," mm",sep="")" makes the ° and the C very short together. There is no space. How can I fill a space in there which is smaller as a normal space? Also I made more transparency in the colours with: sfcol= rgb(0, 0, 0,alpha =0.2) Is there a possibility to safe the diagram as *png (because of the transparancy) ? How can I made the line for the precipitation thicker? Thanks Torsten -- Torsten Wiebke Jabber: [EMAIL PROTECTED] [EMAIL PROTECTED] Yahoo: towieb ______________________________________________ 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.