Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

3 results for “from:Florian Endel”

spplot - sort legend (colorkey)
Florian Endel · Jan 7, 2010 · r-sig-geo

Hi, I downloaded and ploted maps from http://gadm.org/ for Austria and a special province: ### <CODE> ### library(sp) library(RColorBrewer) # load from web con <- url("http://gadm.org/data/rda/AUT_adm2.RData") print(load(con)) # gadm hold all...

RPostgreSQL && snowfall
Florian Endel · Jun 6, 2011 · r-help

Dear expeRts, I'm currently trying to get data from a PostgreSQL database _in parallel_. I tried two methods: * passing the DBI Connection object to the cluster nodes * connecting the the DB on each node (1) The execution of the...

spplot - sort legend (colorkey)
Florian Endel · Jan 8, 2010 · r-sig-geo

Thanks - it worked perfectly :) -- Florian Edzer Pebesma wrote: > Florian, please try > > noe$bez1 = factor(noe$bez, levels = rev(levels(noe$bez))) > spplot(noe, zcol="bez1", col.regions=rev(col), col="white", > scales=list(draw = TRUE), colorkey=TRUE) > > Florian Endel wrote...

Can't find what you're looking for? Try searching with Google .