powered by
Perform a pwRDA using the specified breakpoints
pwRDA(x.ord, y.ord, BPs, n.rand = 99)
ordered explanatory matrix
ordered community matrix
community breakpoints
The number of randomizations for significance computation
Returns an invisible list of length 4:
..$summ: summary statistics of the pwRDA analysis;
..$summ
..$rda.0: full model cca object, which is described separately in vegan::cca.object
..$rda.0
cca.object
..$rda.pw: pw model cca object, which is described separately in vegan::cca.object
..$rda.pw
# NOT RUN { data(sim1) sim1o<-OrdData(sim1$envi,sim1$comm) # } # NOT RUN { w50<-SMW(sim1o$yo, ws=50) sim1.pw<-pwRDA(sim1o$xo,sim1o$yo, BPs=bp(extract(w50))) # }
Run the code above in your browser using DataLab