search for: sgouros

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

2007 Dec 02
3
documenting yoru progress
...report to the script that created it. Can anyone suggest easy ways to do this? From within a function, is the function call text available somehow, or the names of the arguments used in the function invocation? Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net
2007 Oct 10
3
simulated data using empirical distribution
...ns of data, and the population in each bin. The top bin is open-ended, and the whole distribution is more or less poisson-ish. I can think of a couple of ways to fake this ok, but is there a real R way to do it? Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net
2007 Oct 15
1
avoiding a loop?
...and I want c("ab", "bc", "cd"). I see this is easy with numbers, but paste() is the only way I see to stick strings together, and I don't get how I'd use them without a loop. Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net
2007 Nov 30
1
vector sprintf argument
...een hoping to do this with an array of formats, too. I feel like I'm either overlooking something obvious, or have determined to do this in an un-R fashion. Any advice is welcome. (On this topic, that is.) Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net
2007 Sep 27
1
curvilinear grid
...e direct me to how to use R to map this kind of data? Is there an example someone might be able to share with me? Is there a collection of plots somewhere that someone might browse to answer questions like this? Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net
2007 Nov 30
0
vector sprintf argument [SEC=UNCLASSIFIED]
..., 4, 5" Cheers Joe Joe Crombie Biosecurity and Information Sciences Bureau of Rural Science Canberra Australia p: +61 2 6272 5906 e: joe.crombie at brs.gov.au -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Tom Sgouros Sent: Friday, 30 November 2007 12:43 PM To: r-help at r-project.org Subject: [R] vector sprintf argument Hello all: If I have a vector and a format, I want to do this: > A <- c(3,4,5) > F <- "Number: %d, %d, %d" > sprintf(F,A) This doesn't work because A isn'...
2007 Dec 20
1
data shape
...I can do some editing of a csv file produced from the spreadsheet, but don't really know what to aim for. 3. Is there some shortcut that would allow me to read this directly from a spreadsheet? Many thanks, -tom -- ------------------------ tomfool at as220 dot org http://sgouros.com http://whatcheer.net