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

Feature(?) request: allow one column heatmap #46

Open
davemcg opened this issue Oct 12, 2018 · 0 comments
Open

Feature(?) request: allow one column heatmap #46

davemcg opened this issue Oct 12, 2018 · 0 comments

Comments

@davemcg
Copy link

davemcg commented Oct 12, 2018

superheat::superheat(as.matrix(c(2,3,3))) gives Error in 1:ncol(X) : argument of length 0 while superheat::superheat(cbind(as.matrix(c(2,3,3)), as.matrix(c(2,3,3))) works just fine (as expected)

This may be as simple as using ,drop=FALSE for any as.matrix operations?

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