Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangXingChi authored Nov 16, 2022
1 parent 3442755 commit c8ca0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## <center>BipartiteNul.jl</center>
## <center>BipartiteNull.jl</center>
### Overview
BipartiteNull.jl is a tool for building null model of bipartite network. This work refers to the R package bipartite.
### Install
Expand Down Expand Up @@ -430,4 +430,4 @@ using BipartiteNull,DataFrames;
data=ExampleData(2);
print(data);
df=NullNetworkLevel(data)
```
```

0 comments on commit c8ca0a5

Please sign in to comment.