JFMSilva

Results 4 comments of JFMSilva

Following your last example, you can add tip labels with the following code: - Only tip labels: `plotly::ggplotly(gp) %>% plotly::add_text(data = gp$data[gp$data$isTip, ], x = ~x, y = ~y, text...

It would be nice to have plotly.js 2.33, there are some functions there that I are really nice, like [group for scatter traces](https://github.com/plotly/plotly.js/pull/6381) and [barcornerradius](https://github.com/plotly/plotly.js/pull/6761).

The error appears when using Vegan function adonis with the package "DescTools" loaded. This code works: `library(pairwiseAdonis)` `data(iris)` `x

I take a look at the adonis function, and find out why it fails when LHS of the formula is a matrix. The error occurs in line 65 of the...