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

colours not ok #4

Open
mdsumner opened this issue Sep 12, 2022 · 0 comments
Open

colours not ok #4

mdsumner opened this issue Sep 12, 2022 · 0 comments

Comments

@mdsumner
Copy link
Member

library(ximage)

## ok
ximage(matrix(c(0, 1)))

## not ok
ximage(matrix(c(1)))

## not ok
ximage(matrix(c(1, NA)))


## not ok
ximage(matrix(c(1, NaN)))

## ok
ximage(matrix(c(1, NaN, 2)))


## ok
ximage(matrix(c(1, NA, 2)))

Created on 2022-09-12 with reprex v2.0.2

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

1 participant