[Rd] ranges and contiguity checking

2010-05-12 Thread James Bullard
Hi All, I am interfacing to some C libraries (hdf5) and I have methods defined for '[', these methods do hyperslab selection, however, currently I am limiting slab selection to contiguous blocks, i.e., things defined like: i:(i+k). I don't do any contiguity checking at this point, I just grab the

Re: [Rd] ranges and contiguity checking

2010-05-12 Thread Duncan Murdoch
On 12/05/2010 2:18 PM, James Bullard wrote: Hi All, I am interfacing to some C libraries (hdf5) and I have methods defined for '[', these methods do hyperslab selection, however, currently I am limiting slab selection to contiguous blocks, i.e., things defined like: i:(i+k). I don't do any

Re: [Rd] ranges and contiguity checking

2010-05-12 Thread William Dunlap
-Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Duncan Murdoch Sent: Wednesday, May 12, 2010 11:35 AM To: bull...@stat.berkeley.edu Cc: r-de...@stat.math.ethz.ch Subject: Re: [Rd] ranges and contiguity checking On 12/05

Re: [Rd] ranges and contiguity checking

2010-05-12 Thread James Bullard
-Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Duncan Murdoch Sent: Wednesday, May 12, 2010 11:35 AM To: bull...@stat.berkeley.edu Cc: r-de...@stat.math.ethz.ch Subject: Re: [Rd] ranges and contiguity checking On 12/05

Re: [Rd] ranges and contiguity checking

2010-05-12 Thread Jeff Ryan
Of Duncan Murdoch Sent: Wednesday, May 12, 2010 11:35 AM To: bull...@stat.berkeley.edu Cc: r-de...@stat.math.ethz.ch Subject: Re: [Rd] ranges and contiguity checking On 12/05/2010 2:18 PM, James Bullard wrote: Hi All, I am interfacing to some C libraries (hdf5) and I have methods