comment_custom不会放置杂物

时间:2018-12-06 18:57:13

标签: r ggplot2 insets

这是我编写的代码:

for (int i=0; i<x.length;i++){
    for (int j=0; j<x.length;j++){
        xCategory[i].neq(xCategory[j]).reifyWith(cMatrix[i][j]);
    }
    cSelected[i] = model.or(cMatrix[i]).reify();
}

输出为:

enter image description here

enter image description here

我不知道为什么在情况1中注解自定义成功插入了grob,但是在情况2中却没有这样做。 我已经包含了egg和tidyverse库

0 个答案:

没有答案