[R] Problem with mtext

2010-04-08 Thread Sebastian Leuzinger
Dear list I am experiencing a very annoying problem with mtext, although I have been using this command for many years. The following code prints "test" twice in the outer margin, once at .7 where it should be, and once at the bottom somewhere. I also notice that the command takes longer t

[R] importing .bil files

2010-03-22 Thread Sebastian Leuzinger
Dear list Has anyone got a recipie at hand to import .bil files into R? From what I understand the .bil files I got contain layered matricies which I would lke to make available in R as an array or list. GIS people seem to be familiar with the .bil format but I am not using any GIS softwa

[R] Editor for Mac OSX

2008-06-18 Thread Sebastian Leuzinger
editors desribed on the R-help site, except Emacs, which I am reluctant to start using. I am on a MacBook Air with OS X 10.5 using R 2.7.0 Thanks Sebastian .. Sebastian Leuzinger McClintock, PhD University of Basel

[R] is there something like or() ?

2008-01-07 Thread Sebastian Leuzinger
with the potential or() function leading to what plot(table1[table1$var2=="a" | table1$var2=="b" | table1$var2=="c" | table1$var2=="d","var1"]) would do. thanks for any hint -- Dr. Sebastian Leuzi