We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
colRow not used.
colRow
d3heatmap(mtcars, scale="column", colors="Blues",labRow=as.character(mtcars$mpg),colRow=paste0(colnames(mtcars),"_test") )
labRow also ignored.
labRow
hcl_row <- as.dendrogram(hclust(dist(mtcars))) hcl_col <- as.dendrogram(hclust(dist(t(mtcars)))) d3heatmap(mtcars, Rowv = hcl_row,Colv = hcl_col, scale="column", colors="Blues",labRow=as.character(mtcars$mpg),colRow=colnames(paste0(mtcars,"_test")))
The text was updated successfully, but these errors were encountered:
Seconded.
Sorry, something went wrong.
No branches or pull requests
colRow
not used.labRow
also ignored.The text was updated successfully, but these errors were encountered: