Hi everybody,

I've seen some post about plugin output error with Arrayplots and LIMMA+SMA:
 Running plug-in: arrayplots.R
Error: unimplemented type 'NULL' in 'length<-'
Execution halted

I've solved this problem by replacing the line:
 miss.pos <-c()
with:

 miss.pos <-c(NA)

Actually I'm a very beginer in R-package and I don't really know the exact effect of this modification ... but it works!
Please, can anybody explain it?
Thank you!

Have a nice we.

Arnaud Muller

Reply via email to