Displaying 3 results from an estimated 3 matches for "minpop".
2006 Apr 27
2
add city and point in the map
...aryland","new jersey","west virginia", "virginia","ohio","delaware","pennsylvania","kentucky","indiana","north carlina")
map("state",state.list)
map.cities(x=world.cities, Country="US",minpop=100000)
2010 May 20
1
Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
...EYR","FH","SPP","STP")
+ for (sp in SPP.CODES){
+ path.sp<- paste(theWd,sp,"/",sep="")
+ dir.create(path.sp)
+ GENO.TABLE<-paste(theWd,sp,"geno",sep="")
+ XY.TABLE<-paste(theWd,sp,"xy",sep="")
+ MINPOP=1
+ MAXPOP=25
+ INITPOP=1
+ NITS=500000
+ THIN=NITS/1000
+ nrun <- 10
+ burnin <- 200
+ geno<-noquote(read.table(GENO.TABLE))
+ coord<-read.table(XY.TABLE)
+
+ ## Loop for multiple runs
+
+ for(irun in 1:nrun)
+ {
+ ## define path to MCMC directory
+
+ path.mcmc <- paste(path.sp,irun...
2007 May 22
2
German Map in package maps
Hello everybody,
I'm an absolute newbe in R, so please be gentle to me.
I am looking for a german map in the package maps by Becker and Wilks.
After that I want to draw the German cities from world.cities of this package in the map and want to draw further a line from Berlin to Munich.
Has anybody an idea?
Thank you so much and sorry for the question!
Best regards from Berlin,
Maja!