search for: filenpop

Displaying 1 result from an estimated 1 matches for "filenpop".

Did you mean: fileno
2010 May 20
1
Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
...nrun) + # + #{ + # + ###Below is code form the Geneland Plotnpop function + # fileparam <- paste(path.mcmc, "parameters.txt", sep = "") + # param <- as.matrix(read.table(fileparam)) + # thinning <- as.numeric(param[param[, 1] == "thinning", 3]) + # filenpop <- paste(path.mcmc, "populations.numbers.txt", sep = "") + # npop <- scan(filenpop) + # sub <- -(1:burnin) + # + #plot((1:length(npop)) * thinning, npop, type = "l",ylab = "Number of classes", xlab = "Index of MCMC iteration Whole chain...