search for: frick_feucht

Displaying 3 results from an estimated 3 matches for "frick_feucht".

Did you mean: frick_feuchte
2018 Jan 09
1
barplot_add=TRUE
...="", xaxt="n") lines(climate$Week, climate$Frick_Temp.mittel, lty=2, lwd=2, col="blue") axis(4,las=1, cex.axis=0.8, col="blue") mtext(side=4, line=2.5, "Mittlere Temperatur (?C)", cex=0.8, col="blue") par(new=T) plot(climate$Week,climate$Frick_Feuchte.mittel, type="n", axes=F, ylim=c(0,100), ylab="", xlab="", xaxt="n") lines(climate$Week, climate$Frick_Feuchte.mittel, lty=2, lwd=2, col="darkgreen") axis(4,las=1, line=5.5, cex.axis=0.8, col="darkgreen") mtext(side=4, line=7.5, "Mit...
2018 Jan 09
0
barplot_add=TRUE
Hi, Sibylle, since you write '"mathematically" add', does barplot(rbind(m$trapcatch, w$trapcatch)) do what you want (modulo layout details)? Hth -- Gerrit --------------------------------------------------------------------- Dr. Gerrit Eichner Mathematical Institute, Room 212 gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen Tel:
2018 Jan 09
3
barplot_add=TRUE
Dear R users aim Barplot of insect trap catches (y variable trapcatch) at one specific station (variable FiBL_Hecke) from week 1-52 ( x variable week). It works well using the function tapply (sum trapcatch per week, males and females not separated), however, I intend to separate the y variable trapcatch in males and females (variable m_w: m and w) problem I used the function "add" to