Closed mstuart1 closed 5 years ago
Learn the code to summarize the num loci to increase the speed of the step at line 90. Current code: for(i in 1:nrow(largedf)){ largedf$numloci[i] <- sum(!is.na(largedf[i,])) }
I believe there is a map application that will go much faster.
Learn the code to summarize the num loci to increase the speed of the step at line 90. Current code: for(i in 1:nrow(largedf)){ largedf$numloci[i] <- sum(!is.na(largedf[i,])) }
I believe there is a map application that will go much faster.