search for: mcmcfmodel

Displaying 4 results from an estimated 4 matches for "mcmcfmodel".

2009 Jan 13
3
problem whit Geneland
...number.nuclei=5 , allele.numbers=rep(10,20), IBD=FALSE, npop=2, give.tess.grid=FALSE) geno <- data$genotypes coord <- t(data$coord.indiv) path.mcmc <- paste(tempdir(),"/",sep="") set.seed(1) mcmcFmodel(coordinates=coord, genotypes=geno, path.mcmc=path.mcmc, rate.max=10, delta.coord=0, npopmin=1, npopinit=5, npopmax=5, nb.nuclei.max=50, nit=500, thinning=1, freq.model="Diri...
2007 Jan 23
0
Refreshing the GUI and packing images
...? ? ? ? ? ? onIdle <- function(){ ? ? ? ? ? if (validate)==1){ ? ? ? ? ? ? Sys.sleep(0.1) ? ? ? ? ? ? tkconfigure(warn,image=imagepleasewait) ? ? ? ? ? ? tcl("after","idle", onIdle()) ? ? ? ? ? } ? ? ? ? ? else ? ? ? ? ? ? tkdestroy(tttry) ? ? ? ? } ? ? ? ? onIdle() ? ? ? ? mcmcFmodel(...) ? ? ? ? ? ? ? ? ? validate <- 0 } If I remove the onIdle funtion the GUI stucks when I'm executing the mcmcFmodel, if I leave it neves calls mcmcFmodel. Then I thought that there could exist a fork() equivalent in R or somehow send a process to background but I couldn't find a...
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
...ve trouble for loading my fortran code. Here are the steps involved : 1) In R: # Create tree for package # and include my R functions in it R> package.skeleton(name="Geneland", list=c("mcmcFmodel", "simFmodel", "rdiscr", "tessel.post"), path="/home/guillot/projets/flux/package/", force=T) # copy my fortran code in th...
2004 Oct 25
5
building a package under windows
Hi, I have a package of my own which seems to work fine under linux. I want to make a compiled version for windows. (I work with windows 2000 and R 2.0) I have followed the steps described in the file readme.packages (in the top-level directory of the binary installation) and I had a trouble at this step (which aim is not documented): C:\Program Files\R\rw2000\src\gnuwin32>make libR.a