search for: vorpahl

Displaying 2 results from an estimated 2 matches for "vorpahl".

Did you mean: nordahl
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...able to do proper clean up at end. I would really appreciate some help here. Yours sincerely, Peter -- Institute of Earth and Environmental Sciences, University of Potsdam Karl-Liebknecht-Str. 24/25 (House 12), 14476 Potsdam, Germany office: +49 331 977 2469 mobile: +49 173 3732867 e-mail: peter.vorpahl at uni-potsdam.de
2012 Aug 20
5
Some kind of inverse of "names"
I wonder if there exists some kind of inverse of the "names" primitive in R. Let me explain what do I mean: If I create a list: -> li <- list(a=1, b=2, c=3, d=4) then I can have: -> names(li) [1] "a" "b" "c" "d" which is, I guess, some kind of vector, since -> typeof(names(li)) [1] "character" however, I haven't