Displaying 2 results from an estimated 2 matches for "pixeltype".
2013 Apr 10
1
question re: error message --- package error: "functionName" not resolved from current namespace
hello everyone
we are developing a package that has worked up until R3.0 which we just
tested.
the issue is as above .... when we call a function that works in R 2.15.2
from R 3.0 we get an error
Error in .Call("antsImageRead", filename, pixeltype, dimension) :
"antsImageRead" not resolved from current namespace (ANTsR)
this Error occurs when the .Call is made from within the .R function
wrapper that eases access to the C++ version of antsImageRead.
however, a direct .Call("antsImageRead", etc. ) works as usual.
thi...
2010 Mar 22
2
importing .bil files
Dear list
Has anyone got a recipie at hand to import .bil files into R? From
what I understand the .bil files I got contain layered matricies which
I would lke to make available in R as an array or list.
GIS people seem to be familiar with the .bil format but I am not using
any GIS software and would prefer to deal with the data in R.
I use the latest version of R on Mac OSX 10.5.8.