[R] rep for multiple categories

2011-03-28 Thread BORGMANN,Kathi
Hi, I am R beginner and am trying to figure out how to generate a complete list of species for every point, visit, and year. The code below is close but does not give me a list of species for every point, visit, and year in my data set. spplist<-unique(sumPtCt$Species) spplength<-length(spplist)

Re: [R] Help!

2008-12-16 Thread Kathi
Laura, Try using a different browser for your download. On MacOS X, Safari quite often does weird stuff to files I want to download, frequently damaging the files. Downloading the same file from the same site using FireFox usually works fine. Hope this helps, Kathi -- DropNet AG - Das

Re: [R] Troubles with the format of dates

2008-11-27 Thread Kathi
Thank you _SO_ much, Petr, you helped me again. That worked like a charm, exactly what I needed! Cheers, Kathi On Thu, 27 Nov 2008 15:01:29 +0100, Petr PIKAL wrote > Hi > > [EMAIL PROTECTED] napsal dne 27.11.2008 14:20:17: > > > Dear useRs, > > > > I'm

[R] Troubles with the format of dates

2008-11-27 Thread Kathi
;day mon year")) but then I can't plot them any more, because as.Date() no longer is the correct function and R gives me an error saying there is an invalid xlim-value. Can someone please point me in the right direction? I could easily change the input data to be in dd.mm. form

Re: [R] How to sign off this list

2008-10-30 Thread Kathi
index to see what's going on. There's even an option to turn off delivery of mails from the help list temporarily, so your mail account doesn't get flooded while you are on holidays etc. Hope this helps, Kathi Dubach > To subscribe or unsubscribe via the World Wide Web, v

Re: [R] Odp: FW: RES: bug in axis.Date? was (Re: newbie needs help plottingtimeseries)

2008-07-02 Thread Kathi
mply do a "search-and-replace" in my code file , and everything should work. (Hopefully!) Thanks again! Kathi On Wed, 2 Jul 2008 15:15:27 +0200, Petr PIKAL wrote > Hi > > Is it from chron package? As I do not have it available now I can > not try it but the problem is not in

[R] newbie needs help plotting time series

2008-06-30 Thread Kathi
Dear R help list I have recently started using R to visualize time series of water level measurements. The code I wrote does exactly what I want: plot(x, a$B112, axes=FALSE, ylim=c(405,410), col="red", pch=15, type="o", ylab="metres above sea level", main="Main Plot Title") axis(2, at=405:410,