Thanks for the package, really usefull.
I´m getting a issue that I can´t fix:
" Warning messages:
1: In levels<-(*tmp*, value = if (nl == nL) as.character(labels) else paste0(labels, :
duplicated levels in factors are deprecated"
Not sure if it´s related to, but I cannot get the confidential interval plotted for q=1 and 2 nor the sample coverage rarefection curve. The extrapolated dotted line are plotted, bur not the confidential interval.
The warning message is due to I use non-regular method to wright ggiNEXT function.
However, it does not affect plotting confidence interval.
" Warning messages:
1: In levels<-(*tmp*, value = if (nl == nL) as.character(labels) else paste0(labels, :
duplicated levels in factors are deprecated"
In your cases, the confidence interval for q =1, 2 are working fine. The problem is that these interval are too smaller than q = 0 (almost be ignore).
Hi,
Thanks for the package, really usefull. I´m getting a issue that I can´t fix: " Warning messages: 1: In
levels<-
(*tmp*
, value = if (nl == nL) as.character(labels) else paste0(labels, : duplicated levels in factors are deprecated"Not sure if it´s related to, but I cannot get the confidential interval plotted for q=1 and 2 nor the sample coverage rarefection curve. The extrapolated dotted line are plotted, bur not the confidential interval.
Thanks in advance for you help. Walter