R中的图例中的“ggplotly”,plotmath表达式和双重标签

时间:2016-04-28 18:51:35

标签: r ggplot2 plotly plotmath

我在R中使用函数ggplotly有两个问题:

问题1 在使用函数{R格式转换为ggplot2格式时,有哪些方法可以保留plotly plotmath 表达式{1}}?

现在,表达式将转换为ggplotly,如下例所示:

[object Object]

enter image description here

library(ggplot2)
library(plotly)

qplot(mpg, wt, data = mtcars) +
    ggtitle(expression(bar(x) == sum(frac(x[i], n), i==1, n)))

enter image description here

问题2

如何删除ggplotly() 图表图例中的标签,并使其显示在plotly中?即如何获得ggplot2 graph而不是6

(6,6)

enter image description here

qplot(mpg, wt, data = mtcars, colour = as.factor(cyl), fill = as.factor(cyl))

enter image description here

0 个答案:

没有答案