Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geom_GeomSignif() to plotly #1795

Closed
sayalitalware opened this issue Jun 15, 2020 · 1 comment
Closed

Add geom_GeomSignif() to plotly #1795

sayalitalware opened this issue Jun 15, 2020 · 1 comment

Comments

@sayalitalware
Copy link


Display the p-values on the plot.

geom_GeomSignif() has yet to be implemented in plotly.

plot_fun <- ggplot(metadata, aes(x = x, y = y, fill = Group, color = Group)) +
  ggplot2::geom_violin(trim = FALSE, alpha = 0.5, scale = "area", na.rm = TRUE, show.legend = FALSE) +
  ggplot2::geom_jitter(height = 0, width = 0.1) +
  ggplot2::geom_boxplot(width = 0.1, alpha = 0.75) +
  stat_compare_means(label = "p.format", method = "wilcox.test", comparisons = list(c("Case", "Control")))

plot <- plotly::ggplotly(plot_fun)
@cpsievert
Copy link
Collaborator

Duplicate of #566

@cpsievert cpsievert marked this as a duplicate of #566 Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants