On 22/03/2013 17:53, Hodgess, Erin wrote:
In R-beta (Masked Marvel), when I do the example from the read.pnm help file,
this is what happens:
x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1])
Warning message:
In rep(cellres, length=2): x is NULL so the result will be NULL
In
On Mar 22, 2013, at 18:53 , Hodgess, Erin wrote:
> In R-beta (Masked Marvel), when I do the example from the read.pnm help file,
> this is what happens:
>
> x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1])
> Warning message:
>
> In rep(cellres, length=2): x is NULL so the re
In R-beta (Masked Marvel), when I do the example from the read.pnm help file,
this is what happens:
x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1])
Warning message:
In rep(cellres, length=2): x is NULL so the result will be NULL
In R-2.15.3, it's all right.
Thanks,
Erin
Eri