Re: [R] How to get significance codes after Kruskal Wallis test

2015-09-26 Thread Kristina Wolf
somewhere useful or could be adapted? *​~ Kristina* ​​ Kristina Wolf ​ ​ Ph.D. Candidate, Graduate Group in Ecology M.S. Soil Science ​, ​ B.S. Animal Science​ ​ KristinaMWolf.com Restoration Ecology Lab ​ Department of Plant Sciences ​ University of California, Davis​ ​ (530) 750-9771 "We

Re: [R] Order of boxplots

2015-09-14 Thread Kristina Wolf
Have you tried: tmp$type= factor(tmp$type, levels = c("c", "b", "a")) Then try your boxplots. *​~ Kristina* ​​ Kristina Wolf ​ ​ Ph.D. Candidate, Graduate Group in Ecology M.S. Soil Science ​, ​ B.S. Animal Science​ ​ KristinaMWolf.com Restoration Ecology Lab

Re: [R] Help on Histogram ~ Barplot

2015-05-28 Thread Kristina Wolf
sure there is no open dialog box preventing the save from occurring. Then run the read.csv again and see if the object shows up in R. ~ Kristina Kristina Wolf PhD Candidate, Graduate Group in Ecology M.S. Soil Science, B.S. Animal Science KristinaMWolf.com Restoration Ecology Lab Department

Re: [R] geom_text in ggplot (position)

2015-05-12 Thread Kristina Wolf
= cO)) + geom_bar(stat = 'identity', position = 'stack', col=black) + facet_grid(~ variables)+ geom_text(data = text75, label = 75, size = 10, face = bold) *​~ Kristina* ​​ Kristina Wolf ​ ​ Ph.D. Candidate