search for: annelida

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

2012 Nov 12
2
order in stacked barplot
...but i want to have the same order in every stacked bar. I used the code data1 <- read.table("N_O_W_MAI.txt", header=TRUE, dec = ",") attach(data1) Teich1<-factor(Teich,levels=c(5,7,9,11,"G") ,ordered=is.ordered(Teich)) Gruppe1<-factor(Gruppe,levels=c("Annelida","Cladocera","Copepoda", "Diptera","Ephemeroptera","Ostracoda","Sonstige"),ordered=is.ordered(Gruppe)) data2<-data.frame(Teich1,Gruppe,Herkunft,IRI) data2 > str(data2) 'data.frame': 65 obs. of 3 variables: $ Teic...
2012 Oct 23
1
Understanding lattice barchart() display
...ame with this structure: 'data.frame': 1987 obs. of 11 variables: $ site : Factor w/ 24 levels "B(W)","BC-1",..: 1 1 2 2 2 1 1 1 ... $ sampdate : Date, format: "2000-07-18" "2000-07-18" ... $ tclass : Factor w/ 8 levels "Annelida","Arachnida",..: 1 5 5 5 5 ... $ torder : Factor w/ 18 levels "Achtinedida",..: 13 5 5 10 13 5 7 ... $ tfamily : Factor w/ 81 levels "","Ameletidae",..: 79 46 46 14 42 ... $ tgenus : Factor w/ 206 levels "","Acentrel...