Open stanstrup opened 8 years ago
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")))
Seconded.
colRow
not used.labRow
also ignored.