Hi, I am trying to plot a large matrix by using color2D.matplot. A substantial part of the matrix has no data (NAs). However, when trying to plot it, I get an error. It is only when I change all NAs to zeros that it works, but that in some way introduces 'wrong' data. Is there any workaround this? Thank you in advance!!! Bernardo -- View this message in context: http://www.nabble.com/NAs-in-color2D.matplot-tp20009959p20009959.html Sent from the R help mailing list archive at Nabble.com.
Dear all Recently the "granova" package was launched. I installed but after when I invoked it in R it requested for other libraries. They were downloaded and install automatically. I tried to run the example syntax of ?granova.1w? and ?granova.2w? but two things happened: i) either a file called ?granova.rdb? wasn?t existent or ii) the GUI clashed and R shut down. Has anyone else experience this? Do the developers have an answer for this troubleshot? I?m using a Windows Vista system and I have the R version 2.7.2. Cheers, Fer
bg708 wrote:> Hi, > > I am trying to plot a large matrix by using color2D.matplot. A substantial > part of the matrix has no data (NAs). However, when trying to plot it, I get > an error. It is only when I change all NAs to zeros that it works, but that > in some way introduces 'wrong' data. Is there any workaround this? Thank you > in advance!!! >Hi Bernardo, The problem is really in color.scale, and I can't really fix it properly this evening. I will try to rewrite both functions to handle this problem. With any luck, I may have it done this weekend, and it will appear sometime next week in version 2.4-8. The intended solution is to have NAs preserved in the output of color.scale. Jim