search for: fileparam

Displaying 2 results from an estimated 2 matches for "fileparam".

2010 May 20
1
Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
...erage posterior probability: + order(lpd,decreasing=TRUE) + + #pdf("Number of pops.pdf",((210-10)/25.4),((297-10)/25.4)) + #theWd<-getwd() + ##setwd(theWd) + #par(mfrow = c(5, 2),cex=0.25) + #for(irun in 1: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 = "") +...
2008 Mar 02
1
(Noob) Image upload: rename file
Hi! I''m building an app where the user can upload images. this works fine and the uploaded file is copied from the temp directory to an MerbRoot/uploads/id directory. my problem is that the filename is something like Merb.5288.0. How can I rename it? my model is available at pastie.<http://pastie.caboo.se/160143> I''m sure this question is not too sophisticated (-; regards