Hi there,
I began using R last week and... It drives me crazy!
However, I'm using the package "AnalyzefMRI" and that's right, but I have some problems related to atomic vector.
Here's my code:
>library(AnalyzeFMRI)
> fM0223_004 <- "C:/Users/IVACCHIERI/Downloads/fM00223.fM0223_004.img"
> img <- f.read.analyze.volume(fM0223_004)
Error in hdr$dim : $ operator is invalid for atomic vectors
It's ok, until the last command.
Any help? What's the problem on the header file?
I understood the story about atomic, recursive, matrix and vectors, but I can't see how it's linked to my case... Thanks!:wave:
I began using R last week and... It drives me crazy!
However, I'm using the package "AnalyzefMRI" and that's right, but I have some problems related to atomic vector.
Here's my code:
>library(AnalyzeFMRI)
> fM0223_004 <- "C:/Users/IVACCHIERI/Downloads/fM00223.fM0223_004.img"
> img <- f.read.analyze.volume(fM0223_004)
Error in hdr$dim : $ operator is invalid for atomic vectors
It's ok, until the last command.
Any help? What's the problem on the header file?
I understood the story about atomic, recursive, matrix and vectors, but I can't see how it's linked to my case... Thanks!:wave: