Hy4m / linkET

Everything is Linkable
135 stars 38 forks source link

当设置extra_mat参数时报错 #1

Closed Hy4m closed 2 years ago

Hy4m commented 2 years ago
library(linkET)
correlate(mtcars) %>% 
  qcorrplot(extra_mat = list(extra = matrix(1, nrow = 11, ncol = 11))) +
  geom_square()
#> Error in as_md_tbl(data, ...): 参数没有用(extra_mat = list(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)))

Created on 2021-09-23 by the reprex package (v2.0.0)