Right Barry, I forget.
Thanks
On Mon, Aug 25, 2008 at 4:51 PM, Barry Rowlingson
<[EMAIL PROTECTED]> wrote:
> 2008/8/25 Henrique Dallazuanna <[EMAIL PROTECTED]>:
>> Is there the rimage package:
>>
>>
>> if(!require(rimage))install.packages("rimage")
>> x <- read.jpeg(system.file("data", "cat.jpg",
2008/8/25 Henrique Dallazuanna <[EMAIL PROTECTED]>:
> Is there the rimage package:
>
>
> if(!require(rimage))install.packages("rimage")
> x <- read.jpeg(system.file("data", "cat.jpg", package="rimage"))
Nice, but if the require() fails and the package installs via
install.packages, you still have
Is there the rimage package:
if(!require(rimage))install.packages("rimage")
x <- read.jpeg(system.file("data", "cat.jpg", package="rimage"))
dim(x)[1:2]
2008/8/25 Leandro Marino <[EMAIL PROTECTED]>:
>
>
>
> If I have an file like an JPG, gif, png or other, exist any kind of function
> in the R
3 matches
Mail list logo