Hi,
I try to create PNG images of a certain size where each pixel
intensity corresponds to exactly one probe signal in an Affymetrix
array. I try to use png() and image() with zero margins to do this.
Example:
z <- matrix(1:15, nrow=45, ncol=30)
png("large.png", height=nrow(z), width=ncol(z), b
[EMAIL PROTECTED] (Allen S. Rout) writes:
> Prof Brian Ripley <[EMAIL PROTECTED]> writes:
>
>> And that is the reason: everyone who downloads pays the price for unneeded
>> fields in that file. It was a deliberate decision to minimize download
>> times, which are already substantial for people
As others have mentioned its not really a good idea
to modify the namespace of a package and writing
a wrapper as Duncan suggested is much preferable.
An intermediate approach that
is not as good as the wrapper but better than modifying
the namespace is to copy the objects of interest
to your work
Please do not post to multiple lists: I have removed R-help.
On Thu, 20 Jul 2006, Steven McKinney wrote:
> Running R.app on Mac OS X 10.4
>
> I am trying to learn how to modify functions
> in a locked environment.
This is deliberately hard.
> For an example, suppose I'm using the package "zoo"
Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> And that is the reason: everyone who downloads pays the price for unneeded
> fields in that file. It was a deliberate decision to minimize download
> times, which are already substantial for people on a dialup connection.
OK, that meets the defin
On Thu, 20 Jul 2006, Allen S. Rout wrote:
>
> Greetings; I'm working on translating the heirarchy of R packages into
> the Gentoo Ebuild environment, currently working from a 2.3.1 install.
>
> There are several data which it would be nice to see provided
> alongside the existing output of avail
Running R.app on Mac OS X 10.4
> version
_
platform powerpc-apple-darwin8.6.0
arch powerpc
os darwin8.6.0
system powerpc, darwin8.6.0
status
maj
Greetings; I'm working on translating the heirarchy of R packages into
the Gentoo Ebuild environment, currently working from a 2.3.1 install.
There are several data which it would be nice to see provided
alongside the existing output of available.packages; at the moment I
think I'm going to have
The issue here is that the current expression is still there and
protected if there is a parse problem. So you need one more unprotect.
This does not give a problem in source() (the only internal use) as it
throws an error in those cases. (It also uses a different branch of the
code with n <
Thanks Duncan. I figured there was some limit.
Your suggestion to check out the httpRequest code has me headed in
the right direction, but I am having problems with the data returned
from the socketConnection. Some of the returned data appears to
improperly decoded. I don't know if I've s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
There is a hard coded limit of 4096 characters in
RxmlNanoHTTPScanURL and other ScanURL routines in nanohttp.c
and nanoftp.c. And your URI is 5138 and so walks past the bounds
of the array of length 4096.
I am not yet convinced that it is worthwhil
11 matches
Mail list logo