Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color vector length warnings when running LCC2005 #14

Open
achubaty opened this issue Feb 3, 2017 · 4 comments
Open

color vector length warnings when running LCC2005 #14

achubaty opened this issue Feb 3, 2017 · 4 comments
Assignees

Comments

@achubaty
Copy link
Contributor

achubaty commented Feb 3, 2017

Number of colors not equal number of values: interpolating
There were 18 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
2: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
3: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
4: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
5: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
6: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
7: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
8: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
9: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
10: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
11: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
12: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
13: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
14: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
15: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
16: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
17: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
18: In .makeColorMatrix(grobToPlot, pR$zoom, pR$maxpixels,  ... :
  number of items to replace is not a multiple of replacement length
@achubaty achubaty added this to the With SpaDES v1.4.0 milestone Feb 3, 2017
@achubaty
Copy link
Contributor Author

@CeresBarros @tati-micheletti can you confirm if this is still an issue?

@tati-micheletti
Copy link
Contributor

tati-micheletti commented Apr 27, 2018 via email

@CeresBarros
Copy link
Member

I believe this is fixed, as my simulations with LCC2005 are not throwing this error anymore.

@CeresBarros
Copy link
Member

CeresBarros commented Apr 27, 2018

Perhaps we need to re-open, because there are other warnings that seem related to plotting, when running LCC2005:

Warning messages:
1: In cols[seq_along(facLevs$ID) - min(factorValues) + 1] <- colTable :
  number of items to replace is not a multiple of replacement length
2: In cols[seq_along(facLevs$ID) - min(factorValues) + 1] <- colTable :
  number of items to replace is not a multiple of replacement length
3: In cols[seq_along(facLevs$ID) - min(factorValues) + 1] <- colTable :
  number of items to replace is not a multiple of replacement length
...

@achubaty achubaty reopened this Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants