search for: peatland

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

2013 Jan 30
0
non-metric multidimensional scaling
Hello, I would like to perform an NMDS on the following: I have two independent variables, which are sites and treatments. I have 6 sites which are peatlands. I collected 5 replicates (at the same time) from each of the sites. I used each of the replicates in a treatment. There were 4 treatments. 2 were controls and the other two were a simulated 30 day drought and a simulated 60 day drought. >From each of the replicates in each of the treatments I...
2010 Mar 22
2
using reorder in "dotplot"
Hi , Name rate HEALTHALLIANCE HOSPITALS, INC -1.06211747 MOUNT AUBURN HOSPITAL 0.50960291 STURDY MEMORIAL HOSPITAL 2.64233232 LAWRENCE GENERAL HOSPITAL 2.15628558 CAMBRIDGE HEALTH ALLIANCE 1.23623144 I would like use
2007 Jun 24
2
matlab/gauss code in R
...this with ggplot2 (http://had.co.nz/ggplot2) as follows: > > >> > > > >> > library(ggplot2) > > >> > > > >> > barley1 <- subset(barley, site=="Grand Rapids" & variety %in% > > >> > c("Velvet","Peatland")) > > >> > barley1[] <- lapply(barley1, "[", drop=TRUE) > > >> > > > >> > qplot(variety, yield, data=barley1, geom="bar", stat="identity", > > >> > fill=factor(year)) > > >> > > >...