Re: [R] Patch submission / request.

2010-04-23 Thread Allen S. Rout
a...@ufl.edu (Allen S. Rout) writes: > Greetings. > [ ... ] D'oh, that was supposed to be aimed at R-devel. - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Patch submission / request.

2010-04-23 Thread Allen S. Rout
oing this too". The second patch includes the functionality of the first. Currently, I'm using a copied-and-pasted version of getDependencies, with my hacks in place and some moderately evil namespace traipsing to get at the rest of the utilities. I would much rather make use of the cod

Re: [R] two questions for R beginners

2010-02-26 Thread Allen S. Rout
e of the larger challenge of "transforming R data structures". A somewhat pedantic set of recipes might usefully be evolved on e.g. the wiki. - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/

[R] reading heterogeneous CSV

2009-08-11 Thread Allen S. Rout
1,handle=I("")) temps["",] = fifo("./",open="w+") showConnections() ( you can see that the connection is open) temps ( you can see that the contents of the data.frame cell is the filehandle number) - Am I just barking up the wrong tree? - Allen

Re: [R] Thinking about using two y-scales on your plot?

2008-04-02 Thread Allen S. Rout
ollars. http://docs.osg.ufl.edu/tsm/current/ext/UFEXCH-MBX01.AD.UFL.EDU-all.html So the blue series corresponds to tbe blue dollars scale (and bytes) and the green and red points correspond to the green scale (and bytes). Am I being naughty? - Allen S. Rout _

Re: [R] When I cbind the POSIXct gets lost

2008-02-12 Thread Allen S. Rout
)) and I've had a problem similar to the Original Poster, resulting in some ugly reordering, so I do the as.POSIXct _after_ the data.frame(cbind()) - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] Subsetting a data.frame degenerates at one column?

2008-02-11 Thread Allen S. Rout
strate some comprehension gained.. ;) the subsetting operations on data frames, by default, use the most basic data type capable of representing the answer. Either the drop=FALSE or the inputs[targets] solution give me the result I had in mind. I mildly prefer the [targets] statement from a

[R] Subsetting a data.frame degenerates at one column?

2008-02-08 Thread Allen S. Rout
ading through the indexing and data.frame docs, and remain unsatisfied so far. Where is my thinking going wrong? - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide