taddallas / metacom

R package for the analysis of metacommunity structure
GNU General Public License v3.0
10 stars 9 forks source link

Replace while loop & add progress bar #1

Closed jslefche closed 10 years ago

jslefche commented 10 years ago

Improved efficiency using for loop instead of while loop for NullMaker (can check with system.time, really helps for large matrices) and added a progress bar (default = FALSE) to alert user of progress. Added new function to identify metacommunity structure.