nestedness(m, null.models = TRUE, n.nulls = 100, popsize = 30, n.ind = 7, n.gen = 2000, binmatnestout=FALSE)m is the matrix object for which the temperature is calculated. m will be converted to a binary matrix as temperature is only based on binary datanull.models=TRUE.n.nulls=100.popsize, default is 30n.ind is 7.n.gen is 2000.data(vazarr)
nestedness(vazarr) # null models are calculated
nestedness(vazarr, null.models=FALSE) # no null models, much faster for bigger matrices
nestedness(vazarr, n.nulls=300, n.gen=3000, )Run the code above in your browser using DataLab