We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
library(plotly) library(latex2exp) library(ggplot2) p <- qplot(1, "A")+ ylab(TeX("Formula: $\\frac{2hc^2}{\\lambda^\\beta}$"))+ xlab(TeX("$\\alpha$")) ggplotly(p)
yields following error
Error in unique.default(x) : unimplemented type 'expression' in 'duplicated'