Skip to content

danm0nster/domstruc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domstruc

Compute Metrics of Dominance Hierarchies

This R package computes various classic and new measures of dominance hierarchies.

Example

Installation

Since this package is not yet on CRAN, you have to install it from GitHub. You can do this by installing the devtools package and then install from GitHub:

install.packages("devtools")
library(devtools)
install_github("danm0nster/domstruc")

Note: This is not be possible when the repository is private. As long as the repository is private you have to supply install_github() with a Personal Access Token (PAT) which you can generate under settings, developer settings on GitHub. With a PAT set up for use with R, you can install from the private repository like this:

install_github("danm0nster/domstruc", auth_token = github_pat())

For information about how to set up your PAT, see the documentation

Overview

Authors and contributors

The domstrucpackage is written by

  • Elizabeth Hobson
  • Simon DeDeo
  • Dan Mønster

About

Compute Metrics of Dominance Hierarchies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages