Re: [R] Question on EBImage package

2012-06-21 Thread Gregoire Pau
This is a bug, which I just fixed in EBImage 3.13.1. As Martin suggested, please post EBImage-related questions on the Bioconductor mailing list. Greg On 06/20/2012 02:57 PM, Steven Winter wrote: > >> I am having trouble using the "resize" function (in the package EBImage) >> with matrices conta

Re: [R] Question on EBImage package

2012-06-21 Thread Martin Morgan
Hi -- EBImage is a Bioconductor package so better to ask there http://bioconductor.org/help/mailing-list/ and to cc the packageDescription("EBImage")$Maintainer Martin On 06/20/2012 02:57 PM, Steven Winter wrote: I am having trouble using the "resize" function (in the package EBImage) with

[R] Question on EBImage package

2012-06-20 Thread Steven Winter
I am having trouble using the "resize" function (in the package EBImage) with matrices containing double values. Let's say I have a matrix 'b' with these values:   > a = > c(1.25,1.555,1.245,1.265,1.656,1.235,1.848,1.959,1.548,1.245454,1.989,1.24) > b = matrix(a,4,3) > b   [,1]  [,2] [,3