[R] ggplot2 geom_bar produces white slashes in legend keys

2012-08-10 Thread Jonas Hal
R vers. 2.15.0 and ggplot 0.9.1, win xp Best wishes Jonas Hal _ BRFkredit sender e-mails og vedhaeftede dokumenter i ikke-krypteret form. Hvis du ikke ?nsker at

Re: [R] sweave problem with special danish characters

2012-08-08 Thread Jonas Hal
I am using win xp, R 2.15.0 and texi2dvi from the tools package. Regards Jonas -Oprindelig meddelelse- Fra: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sendt: 8. august 2012 16:43 Til: Jonas Hal Cc: r-help@r-project.org Emne: Re: [R] sweave problem with special danish characters On

[R] sweave problem with special danish characters

2012-08-08 Thread Jonas Hal
c} \begin{document} This doesn't æ ø å and pdf document only contains NA \end{document} Any suggestions? Best wishes Jonas Hal _ BRFkredit sender e-mails o

[R] The "less than" (<) operator doesnt seem to perform as expected

2012-02-02 Thread Jonas Hal
sequence at 0.5. > l <- 0.6 > u <- seq(0.5, 0.7, 0.1) > u [1] 0.5 0.6 0.7 > mygrid <- expand.grid("l" = l, "u" = u) > mygrid l u 1 0.6 0.5 2 0.6 0.6 3 0.6 0.7 > mygridcollapsed <