We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
A good place to start is the data set Finlay used for testing clusters:
## make clusters of different sizes cs_size <- c(5, 10, 17, 3, 5) contacts <- data.frame(from = 1:(sum(cs_size)-1), to = 2:sum(cs_size)) contacts <- contacts[-head(cumsum(cs_size), -1),] linelist <- data.frame(id = 1:sum(cs_size)) x <- make_epicontacts(linelist, contacts)
I think we can build off of this
Sorry, something went wrong.
zkamvar
finlaycampbell
No branches or pull requests
The text was updated successfully, but these errors were encountered: