search for: lefebure

Displaying 8 results from an estimated 8 matches for "lefebure".

2005 Feb 28
5
persistance of factor levels in a data frame
...",4),rep("b",4),rep("c",4))) data_ac <- data[which(data$F1 !="b"), ] levels(data_ac$F1) Why the level "b" is always present ? thanks Tristan, R 2.0.1 for Linux Fedora 3 -- ------------------------------------------------------------ Tristan LEFEBURE Laboratoire d'?cologie des hydrosyst?mes fluviaux (UMR 5023) Universit? Lyon I - Campus de la Doua Bat. Darwin C 69622 Villeurbanne - France Phone: (33) (0)4 26 23 44 02 Fax: (33) (0)4 72 43 15 23
2003 Dec 26
3
loop and read.table
...mething like : ----------------- $ ls 1.txt 2.txt 3.txt 4.txt $ R > for (i in 1:4) tabi<-read.table("i.txt") Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `i.txt' ------------------ thanks for any help Tristan Lefebure
2004 Jul 07
1
AW: boxplot a list of objects
One possibility ist boxplot(sapply(ListOfNames, get, env = .GlobalEnv)) Hope that this helps Thomas -----Urspr??ngliche Nachricht----- Von: Lefebure Tristan [mailto:Tristan.Lefebure at univ-lyon1.fr] Gesendet: Mittwoch, 7. Juli 2004 10:34 An: r-help at stat.math.ethz.ch Betreff: [R] boxplot a list of objects Hi list, #Imagine we have vectors of different length (in practice 100 vectors): a<-c(1:10) b<-c(1:20) c<-c(1:30) #then we g...
2005 Jan 06
1
RSvgDevice incomplete svg output
...stem [1] "i586, linux-gnu" $status [1] "" $major [1] "2" $minor [1] "0.0" $year [1] "2004" $month [1] "10" $day [1] "04" $language [1] "R" -- ------------------------------------------------------------ Tristan LEFEBURE Laboratoire d'?cologie des hydrosyst?mes fluviaux (UMR 5023) Universit? Lyon I - Campus de la Doua Bat. Darwin C 69622 Villeurbanne - France Phone: (33) (0)4 26 23 44 02 Fax: (33) (0)4 72 43 15 23
2005 Jul 11
6
R on kubuntu
Hello all, I am planning to redeploy my workstation under KUBUNTU. Does any body has any r experience installing/using r on this platform? Best regards. -- Constant Depi??reux Managing Director Applied QUality Technologies Europe sprl Rue des D??port??s 123, B-4800 Verviers (Tel) +32 87 292175 - (Fax) +32 87 292171 - (Mobile) +32 475 555 818 (Web) http://www.aqte.be - (Courriel)
2005 Jul 11
6
R on kubuntu
Hello all, I am planning to redeploy my workstation under KUBUNTU. Does any body has any r experience installing/using r on this platform? Best regards. -- Constant Depi??reux Managing Director Applied QUality Technologies Europe sprl Rue des D??port??s 123, B-4800 Verviers (Tel) +32 87 292175 - (Fax) +32 87 292171 - (Mobile) +32 475 555 818 (Web) http://www.aqte.be - (Courriel)
2004 Jul 07
0
boxplot a list of objects
...names of those objects: list<-c("a","b","c") #I don't find how to boxplot them using a less stupid way than : boxplot(get(list[1]),get(list[2]),get(list[3])) Thanks for any advice ! -- ------------------------------------------------------------ Tristan LEFEBURE Laboratoire d'??cologie des hydrosyst??mes fluviaux (UMR 5023) Universit?? Lyon I - Campus de la Doua 6 rue Dubois 69622 Villeurbanne - France Phone: (33) (0)4 72 43 29 45 Fax: (33) (0)4 72 43 15 23
2005 Jan 11
4
thanks
Dear all, Thanks to those 3 people who sent me answers to my question. Got the problem solved. Great! Now, another question of mine is: I would like to run an R script from the Linux prompt. Is there any way possible to do this? The reason is, the calculation that I'm doing takes a few hours, and I would like to automatize it. Or does it mean that I have to run source within the R