Dear R-List, I try to use accented chars in a plot using odfWeave (see the example below). I found the solution using the iconv command to write the accented char "é". But, is somebody know another solution not to have to use iconv command every time ?
Thanks Example : <<plot,fig=TRUE>>= par(mfrow=c(1,2)) plot(1:10,1:10,xlab="étude") plot(1:10,1:10,xlab=iconv("étude",from="UTF-8",to="latin1") @ [[alternative HTML version deleted]]
______________________________________________ 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.