search for: florabund

Displaying 1 result from an estimated 1 matches for "florabund".

2013 Jun 07
0
error running mvabund package
..., and probably (and hence apologies that) my question is very silly! I'm having issues with a the mvabund package (http://cran.r-project.org/web/packages/mvabund/index.html), and would be great to get some help! Here is the code (and files are attached): library(mvabund) ##visualizing data florabund <- read.csv("CPL_floristics_abund_v1d.csv", header=TRUE) vegtype <- read.csv("CPL_vegtype_all_v1b.csv", header=TRUE) transect <- read.csv("CPL_transect_all_v1b.csv", header=TRUE) cplflorabund <-mvabund(florabund, check.rows=FALSE, check.names=TRUE) vegtype...