I need to express species accumulation curve in percentage terms, i.e. the
vertical axis is from 1% to 100%
I have community data similar to BCI (from vegan package).
I can construct the 'usual' species curve (see below) but I need to convert
the species number to percentage.

data("BCI")
bcispec<-specaccum(BCI, method = "random",
                   permutations = 100)
plot(bcispec)

-- 
Eddie Tsyrlin, PhD Candidate | PEARG | Building 404, Grd Floor, Rm G21

School of Biosciences | University of Melbourne
*Post:* Bio21,  Flemington Rd, Parkville VIC 3052
*m: *0413 995525
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to