Aaron Situ
Aaron Situ
@timdisher thought you might be interested in this as well
Thank you @klaukh ! I will check it out!
Hi Tal, I tried running the sample using mtcars you gave but I get an error ``Error in `[.data.table`(dt, , c(.I, NA), by = keyVars) : object '.I' not found``...
Yes I used heatmaply and got that error message, I copied the code you have in your response above i.e. ``` library(heatmaply) heatmaply(mtcars, label_names = c("x_name", "y_name", "some_value")) ``` Sorry...