search for: utrecht

Displaying 20 results from an estimated 363 matches for "utrecht".

2004 Jul 16
1
median filter
...? I have a considerable amount of images as 256 by 256 matrices and want to smooth them with a 5x5 median filter. Until now I'm not lucky in searching the R-help list/files. Thanks, Hanneke ir. J.M. (Hanneke) Schuurmans (PhD student) Department of Physical Geography Faculty of Geosciences, Utrecht University, The Netherlands E-mail: h.schuurmans@geog.uu.nl Telephone: +31(0)30-2532988 (direct), +31(0)30-2532749 (secretary) Fax: +31(0)30-2531145 Visiting address: Heidelberglaan 2, Utrecht Postal address: P.O.Box 80.115, 3508 TC Utrecht [[alternative HTML version deleted]]
2011 May 28
2
Nested design
...1 ?*? 0.05 ?.? 0.1 ? ? 1 How do I read this? Any help appreciated! BTW: I also tried the lme function: model<-lme(Response~Site*MH, random=~1|Trans/MH) but then the output is really complicated. ----- Dr. Bjorn JM Robroek Ecology and Biodiversity Group Institute of Environmental Biology, Utrecht University Padualaan 8, 3584 CH Utrecht, The Netherlands Email address: b.j.m.robroek at uu.nl http://www.researcherid.com/rid/C-4379-2008 Tel: +31-(0)30-253 6091 -- View this message in context: http://r.789695.n4.nabble.com/Nested-design-tp3557404p3557404.html Sent from the R help mailing list ar...
2017 Sep 11
2
No more sessions available' / channels not closing issue
..."? Is there a way to timeout unused channels (not sessions)? We have MaxSessions raised but those will eventually max out too. Thanks in advance, (apologies if this mail is received twice, seem to have run into an SPF issue) Mickel Daelmans Developer Goeman Borgesiuslaan 77 3515 ET Utrecht T. 030-7551560 W. www.addtofavorites.nl<http://www.addtofavorites.nl/> Alles weten over transactionele e-mail? Volg onze mailroad pagina op LinkedIn<https://www.linkedin.com/company/mailroad> === De inhoud van deze e-mail, inclusief bijlagen, is vertrouwelijk en enkel bestemd voor de g...
2018 Apr 18
2
Is anyone using Isilon OneFS in combination with Samba with AD authentication ?
...Before running into to much detail I would like to know if someone else is using the combination OneFS/Samba AD or tried it and failed like us :) For the record, yes I also opened a support case at our supplier. Thanks, Michel -- Michel van Deventer Integratie Specialist DBG-ICT UMC Utrecht The Netherlands ------------------------------------------------------------------------------ De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de...
2003 Dec 17
1
Printer prints, but reports opening
...Yes print command = lp -d '%p' -o raw %s lpq command = lpstat -a %p lprm command = cancel '%p'-%j printer name = lpe0xerox use client driver = Yes oplocks = No -- Ric Exterkate, Department of Radiotherapy, University Medical Center Utrecht, Heidelberglaan 100, 3584 CX Utrecht, The Netherlands E-mail:R.Exterkate@radth.med.uu.nl Phone:+31-30-2507156 Fax:+31-30-2581226
2012 Nov 04
1
what is the function naming convention?
...as.Date, julian.Date, toString.default (etc) So, an entire zoo of function names. Did I miss a system, or is it arbitrary (within the set of accepted characters) ? What is the best way to name one's own functions? Thanks in advance, Franklin Bretschneider ---------------------------- Utrecht University Dept Biology Kruytgebouw W711 Padualaan 8 3584 CH Utrecht The Netherlands
2005 Feb 01
6
combining fw and u32
Is it possible to create 1 filter rule using fw selectors AND u32 selectors? Richard. -- ___________________________________________________________________ Recursion: see recursion +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+ _______________________________________________ LAR...
2008 Jan 22
1
deparse, substitute and S4 generics
...se(substitute(object)) cat("name:", nam, "\n") object } ) # now let's test: x <- 1 # this works f(x) # but this does not, why? what '...' has to do with it? g(x) ____________________________________ Michal Bojanowski ICS / Department of Sociology Utrecht University Heidelberglaan 2; 3584 CS Utrecht The Netherlands m.j.bojanowski at uu dot nl http://www.fss.uu.nl/soc/bojanowski/ [[alternative HTML version deleted]]
2006 Jun 23
2
problem with hist() for 'times' objects from 'chron' package
...Chronological objects which can handle dates and times Depends: R (>= 1.6.0) License: GPL Packaged: Fri May 12 09:31:49 2006; hornik Built: R 2.3.0; i386-pc-mingw32; 2006-05-13 12:21:51; windows ~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~`~,~ Michal Bojanowski ICS / Utrecht University Heidelberglaan 2; 3584 CS Utrecht Room 1428 m.j.bojanowski at fss.uu.nl
2007 Jul 25
2
initalizing and checking validity of S4 classes
...cription f(o) # define the validity method setValidity( "someclass", f) # this should return an error new("someclass", v=1:2, l=letters[1:3]) # but it doesn't... -e-n-d--r--c-o-d-e- ____________________________________ Michal Bojanowski ICS / Department of Sociology Utrecht University Heidelberglaan 2; 3584 CS Utrecht Room 1428 m.j.bojanowski at uu dot nl http://www.fss.uu.nl/soc/bojanowski/ [[alternative HTML version deleted]]
2008 Apr 11
2
Help load a package into R
Dear R List, I want to download kinship_1.2_S.tar.gz in http://mayoresearch.mayo.edu/mayo/research/biostat/splusfunctions.cfm to R. Once save this file to C:\, how I could load into R? I am working in Windows XP. Usually what I do is, I go to "packages" and then "install packages from local zip files". This procedure fails for .tar.gz files. Can someone help here please....
2006 Feb 21
6
invert u32 match selector
...lting in a "illegal match". R. -- ___________________________________________________________________ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+
2008 Jul 01
2
Are centre coordinates or upper left corners used of x, y for SpatialPixels?
Dear all, I'm working with satellite images in R and plotting them via the code below. I was wondering whether coordinates (spatial["x"], spatial["y"]) are used as centre coordinates of the pixels in the GRID? In this script; spatial["x"] & spatial["y"] are the centre coordinates of the satellite image pixels. I'm asking this because some
2005 Dec 05
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
...n/existant/directory' returns 0). But that is probably more a matter of style, more than anything else. Regards, Philip -- Philip Lijnzaad Genomics Laboratory Dept. of Biomedical Genetics University Medical Center (UMC), Utrecht Stratenum room 2.201 (on Mondays and Thursdays not in after 14.45) MSN chat (*NOT* email): philip_lijnzaad at hotmail.com P.O. Box 85060, 3508 AB Utrecht (Universiteitsweg 100, 3584 CG Utrecht) The Netherlands tel: +31 (0)30 253 8464 fax: +31 (0)30 253 8479
2005 Dec 07
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
...any output that the cd-command might happen to have. I would not have thought this to be so controversial. Regards, Philip -- Philip Lijnzaad Genomics Laboratory Dept. of Biomedical Genetics University Medical Center (UMC), Utrecht Stratenum room 2.201 (on Mondays and Thursdays not in after 14.45) MSN chat (*NOT* email): philip_lijnzaad at hotmail.com P.O. Box 85060, 3508 AB Utrecht (Universiteitsweg 100, 3584 CG Utrecht) The Netherlands tel: +31 (0)30 253 8464 fax: +31 (0)30 253 8479
2012 Jun 26
2
flatten lists
...o flatten a list to a list of only 1 level deep. Very similar to unlist, however I don't want to turn it into a vector because then everything will be casted to character vectors: x <- list(name="Jeroen", age=27, married=FALSE, home=list(country="Netherlands", city="Utrecht")) unlist(x) This function sort of does it: flatlist <- function(mylist){ lapply(rapply(mylist, enquote, how="unlist"), eval) } flatlist(x) However it is a bit slow. Is there a more native way?
2009 May 26
4
moving from Windows to Linux - need help
hi I've used R for many years on windows machines, but have now acquired an Asus eee 1000 linux machine. In order to get the best out of the machine, I used the 'pimpmyeee.sh' script, to get the full KDE desktop. The version of Linux is Xandros, which I believe is a close relative of Debian, but sadly I have only a nodding acquaintance with Linux at present. Naturally I want to
2007 Jan 17
2
problem with unlist POSIX date at midnight
...ear wday yday isdst # 0 0 0 1 2 106 3 59 0 Could someone help? Thanks in advance! Hanneke -- --------------------------------------------- ir J.M. (Hanneke) Schuurmans PhD student Hydrology Department of Physical Geography Faculty of Geosciences - Universiteit Utrecht P.O. Box 80115 3508 TC Utrecht T +31 (0)30 2532988 F +31 (0)30 2531145 W www.geo.uu.nl/staff/schuurmans
2007 Jun 02
3
Updating R version
A quick question. I am trying to understand how I could move the installed packages in my R 2.3 version to the newly installed R 2.5 version, without having to install all the packages again. I copied the files under the old library subdirectory to the new library subdirectory. But still the newer version is not recognizing the packages that were copied over. Thanks. [[alternative HTML version
2003 Jul 30
5
Dummy account/extension
Hi, It is possible to create a dummy account (SIP or IAX type) in order to be used in a "dummy" extension? I want to be able to use it as a normal extension (as an IP phone connected to it), but without the need to answer or call from that extension. I want that when I call that extension to hear the ring, and after the defined period of time to enter in the Voicemail system. I