I did not put an example because it is a question of the basic syntax of this function, not about the data at hand. However, here is a working example:
``` library(vegan) data(dune) spAbund <- rowSums(dune) raremin <- min(rowSums(dune)) rarecurve(dune, col = "blue", es = TRUE) ``` Thank you On Mon, Oct 21, 2019 at 2:41 PM Eric Berger <ericjber...@gmail.com> wrote: > > You might improve your chances for getting a response by supplying > a minimal reproducible example. Remember to include all the library() commands > showing which packages you are using. > > > On Mon, Oct 21, 2019 at 2:53 PM Luigi Marongiu <marongiu.lu...@gmail.com> > wrote: >> >> Hello, >> I am using the package vegan to generate rarefaction curves with the >> function rarecurve. >> Is it possible to add error bars to the plot? I tried to add se = >> FALSE but it did not work. >> Also, would it be possible to remove the box around the label of the data? >> Thank you >> >> -- >> Best regards, >> Luigi >> >> ______________________________________________ >> 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. -- Best regards, Luigi ______________________________________________ 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.