search for: niger

Displaying 7 results from an estimated 7 matches for "niger".

Did you mean: nicer
2012 Oct 23
1
Extracting results from Google Search
Dear list, I have a long list of towns in Africa and would need to get their geographical coordinates. The Google query [/TownName Country coordinates/] works for most of the TownNames I have and give a nicely formatted Google output (try Ingall Niger coordinates for an example). I would like to launch a loop on the list of names I have and automatically extract the coordinates given by Google. Does anyone knows how it can be done? ex. DB<-data.frame(town=c('Ingall', 'Dogondoutchi', 'Tera'), country=rep('Niger'...
2009 May 18
8
Simple plotting errors
...EAN SUM_ AMAZON 144.4997874 68348.4 NILE 5.4701955 1394.9 CONGO 71.3670036 21196.0 MISSISSIPPI 18.9273250 6511.0 AMUR 1.8426874 466.2 PARANA 58.3835497 13486.6 YENISEI 1.4668313 592.6 OB 1.4239179 559.6 LENA 0.9342164 387.7 NIGER 4.7245709 826.8 ZAMBEZI 76.6893794 8665.9 YANGTZE 10.6759257 1729.5 I want to do a line plot of the value of Amazon 'Sum' (in this case, 68348.4) for each of the 12 data frames. I've tried doing this as follows: plot(FeketeJAN[1,2], FeketeFEB[1,2], FeketeMAR[1,2...
2009 May 05
1
Plotting pairs of bars
...MISSISSIPPI 363.0758 142.59883 124535 49054 AMUR 143.5857 89.30434 36040 22594 PARANA 702.3793 388.03030 162952 89635 YENISEI 208.1396 174.52722 83464 70509 OB 197.0399 162.82697 79013 63991 LENA 118.1100 77.49638 48307 32161 NIGER 374.8258 212.25714 66719 37145 ZAMBEZI 500.0000 485.87610 57000 54904 YANGTZE 358.4172 256.80246 58422 41602 For each of the rivers (which are the row names of this matrix), I wish to plot a bar for Simulated Mean and another for the Observed Mean. So far I'...
2008 Oct 09
1
GWR Predictions' standard deviation
Dear all, I would like to use a GWR model in order to spatially predict food insecurity in Africa. I have a georeferenced village data-bases and I've run a "classic" regression model (taking into account the spatial dependence of the errors) that works fairly well for Niger that is a quite homogenous country. Now, I would like to make the same thing for countries where it should be some heterogeneity in the spatial process, so I think it is essential to use a GWR. The problem comes when I try to get the standard deviation of my predicted values (not of my estimated...
2009 Mar 18
1
lm function (PR#13608)
....521 112 LEBANON .56 .772 113 MOROCCO .56 .646 114 PERU .56 .773 115 SENEGAL .56 .499 116 BOLIVIA .55 .695 117 HAITI .55 .529 118 NEPAL .55 .534 119 NIGERIA .55 .47 120 TANZANIA .55 .467 121 BENIN .54 .437 122 BOTSWANA .54 .654 123 GUINEABISSAU .54 .374 124 INDIA .54 .619 125 LAOS .54 .601 126 MOZAMBIQUE .54 .384 127...
2006 Jul 18
2
how can I delete rows?
...MLI - + 27 Mauritania MRT - - 28 Mauritius MUS + + 29 Morocco MAR + - 30 Mozambique MOZ - - 31 Niger NER - + 32 Nigeria NGA + - 33 Rwanda RWA + + 34 Senegal SEN + + 35 Seychelles SYC - - 36...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...#39;colnames'. # Refine names of rivers to make more succinct           riv_names <- get(paste("arunoff_",table_year, sep=''))[,1]           levels(riv_names) <- c("AMAZON", "AMUR", "CONGO", "LENA", "MISSISSIPPI", "NIGER", "NILE", "OB", "PARANA", "YANGTZE", "YENISEI", "ZAMBEZI")           assign(get(paste("arunoff_",table_year, sep='')[,1], levels(riv_names))) Error in paste("arunoff_", table_year, sep = "")[, 1]...