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
Example:
x <- read.table(system.file("files/AFLP.txt", package = "adegenet")) aflp <- df2genind(x, type = "PA", ploidy = 1, pop = c(rep(1, 4), rep(2, 3))) tab(genind2genpop(aflp), freq = TRUE) ## Error in FUN(newX[, i], ...) : arguments must have same length
This comes down to the line here where it attempts to do a tapply using a NULL loc.fac slot. I'll take care of this bug and write a test.
loc.fac
The text was updated successfully, but these errors were encountered:
da1fde9
thanks for the fix!
Sorry, something went wrong.
zkamvar
No branches or pull requests
Example:
This comes down to the line here where it attempts to do a tapply using a NULL
loc.fac
slot. I'll take care of this bug and write a test.The text was updated successfully, but these errors were encountered: