Hi there,
I would like to know how to change the line "img=as.single(rnorm(m)))" such
that instead of being a vector of length m as it is now, img is an array of
dimension c=(n,m,o) for instance
---------------------------------
read_ts<-function(n,m,o,img) {
out<-.Fortran("read_ts",
as.integer(n),
as.integer(m),
as.integer(o),
img=as.single(rnorm(n)))
return(out$img)
------------------------------------------
Cheers
Armel
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.