search for: gradcelsius

Displaying 1 result from an estimated 1 matches for "gradcelsius".

2008 May 19
1
R syntax, space smaller than space
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(...