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

2015-09-25 Thread Kristina Wolf
d you 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 "

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
and then close it out to make 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.co

Re: [R] geom_text in ggplot (position)

2015-05-12 Thread Kristina Wolf
ggplot(melted, aes(x = cat, y = recuento,ymax=max(recuento)*1.05, fill = cO)) + geom_bar(stat = 'identity', position = 'stack', col="black") + facet_grid(~ variables)+