Skip to content

Commit

Permalink
Show coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Oct 31, 2023
1 parent fb64b55 commit 527775a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RandomBooleanMatrices

[![Build Status](https://travis-ci.org/EcoJulia/RandomBooleanMatrices.jl.svg?branch=master)](https://travis-ci.org/EcoJulia/RandomBooleanMatrices.jl)
[![codecov](https://codecov.io/gh/EcoJulia/RandomBooleanMatrices.jl/graph/badge.svg?token=XdZckrNGI9)](https://app.codecov.io/gh/EcoJulia/RandomBooleanMatrices.jl)

### Work In Progress for a scientific publication
## Work In Progress for a scientific publication

Create random boolean matrices that maintain row and column sums. This is a very
common use case for null models in ecology.
Expand Down Expand Up @@ -35,7 +35,8 @@ m3 = rand!(rmg)
# but notice that this will not create a new copy of the Matrix, so generating multiple matrices at once with this is impossible
```

### References
## References

Strona, G., Nappo, D., Boccacci, F., Fattorini, S. & San-Miguel-Ayanz, J. (2014)
A fast and unbiased procedure to randomize ecological binary matrices with fixed row and column totals.
Nature Communications, 5, 4114.

0 comments on commit 527775a

Please sign in to comment.