library(plotly) A = matrix(c(1:8, rep(0, 8)), ncol = 4) B = matrix(c(rep(0, 8), 1:8), ncol = 4) PA <- plot_ly(z = A, type = "heatmap", ...
確定! 回上一頁