search for: pond05

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

Did you mean: pond01
2008 Jun 23
1
ggplot2-barplot
...nderstand the arquitecture behind it. Can someone show me how to make this simple barplot graph with ggplot2? I want "PondName" along the x axis and "avgWt" along the Y axis which represents the avgWt by each Pond. PondName avgWt Pond01 21.5 Pond02 17.8 Pond03 17.8 Pond04 17.8 Pond05 16.375 Pond06 21.5 Pond07 21.5 Using sigmaplot or Excel is a simple task but I can't get it to work with ggplot2. I was trying: qplot(PondName,data=mydata,geom="bar") + geom_bar(fill=factor(PondName)) but I don't get the desired results. Thanks
2009 May 28
2
ggplot2 legend
..., 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L, 7L), .Label = c("Pond01", "Pond02", "Pond03", "Pond04", "Pond05", "Pond06", "Pond07"), class = "factor"), Muestreo = c(1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 6L, 6L, 6L, 6L, 6L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L,...