Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
681 contributions in the last year
Contribution activity
October 2020
Created a pull request in statnet/network that received 9 comments
Accessing non-existent attribute gives warning and other fixes
This introduces the following updates:
Added functions has.[vertex/edge/network].attribute(x, attrname) that return FALSE or TRUE if the attribute…
Created an issue in statnet/network that received 5 comments
mixingmatrix() sometimes return integer, sometimes numeric
Should we enforce always integer? These are always counts after all.