I am using iNEXT to make a rarefaction curve from abundance data. The ggiNEXT function returns the error "object 'se' not found" even when I put se=FALSE into the function. Help?
>out<-iNEXT(Sum3)
>ggiNEXT(out)
Error in fortify.iNEXT(x, type = type) : object 'se' not found
> ggiNEXT(out, se=FALSE)
Error in fortify.iNEXT(x, type = type) : object 'se' not found