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.
returns a data frame and a vector with the randomized values. Otherwise, only the data frame is returned.If the observed richness for community 1 $\ge$ observed value for community 2, 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.
c2m, rich
## Not run:
# data(efeb)
# c2cv(com1=efeb$ef,com2=efeb$eb,nrandom=100,verbose=FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab