Ternary contour plots w/ interpolation etc. are quite easily to create in plotly with Python.
Though, the main functionality of ternary plots is already available for plotly in R, I am missing functionalities for interpolation, etc. to create plots like below:
Of course, there are the great R packages Ternary and ggtern, but I am really looking for an interactive plot that is fully supported by plotly
(e.g. to allow mouse hovering) and that can be integrated into a Shiny
application.
Anybody, found a solution or am I missing some options in the plotly
R-documentation?!
Update: Apparently, the problem is that plotly.py's figure factory is not fully supported in R (https://github.com/plotly/plotly.R/issues/1583).