c2cv(com1,com2,nrandom=99,pr1=0.025,pr2=0.975,verbose=TRUE)verbose is TRUE c2cv returns a vector that contains the observed and randomized differences between richnesses.verbose==TRUE c2cm returns a data frame and a vector with the randomized values. Otherwise, only the data frame is returned.cv1 Observed cumulative richness for community 1.
cv2 Observed cumulative richness for community 2.
cv1-cv2 Difference between observed cumulative richness of community 1 and community 2.
p Probability of encountering such a value for cv1-cv2 (see details above).
quantile for pr1 Quantile value for probability level pr1.
quantile for pr2 Quantile value for probability level pr2.
randomized cv1-cv2 Mean values of randomized and the observed values.
nrandom Number of randomizations used in the test.nrandom+1 values corresponding to the observed difference of cv1-cv2 and the randomized values. rand is available if verbose == TRUE.c2cv returns a probability p estimated as the number of randomizations for which the observed value for community 1 $\ge$ observed value for community 2 divided by the number of randomization + 1. Similarly, if the observed value for community 1 $\le$ observed value for community 2, p corresponds to the frequency of such situation in the randomizations.c2rcv, c2m, richdata(efeb)
c2cv(com1=efeb$ef,com2=efeb$eb,nrandom=100,verbose=FALSE)Run the code above in your browser using DataLab