Problem with semplot

Hi,

I have a problem with semplot. I get following error message when I run the code. I look forward to your advice on how to fix this.

Error in rgb(wMeans[1], wMeans[2], wMeans[3], maxColorValue = 255) :
color intensity NA, not in 0:255

The key is NA, which can't be less than 255 or any other real number. Same with NaN. Or, as Spock would have said

That does not compute

First, you have to filter the NA from whatever structure your arguments are, in order to get inputs that play nice with maxColorValue

Hi, Thank you very much for the quick response. Regards, J

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.