Embed the linked display from detourr in the pandemonium app#1
Embed the linked display from detourr in the pandemonium app#1Divendra2006 wants to merge 1 commit intouschiLaa:mainfrom
Conversation
|
@uschiLaa @gevalencia , |
|
Hi @Divendra2006, I have tried and it runs well for me. However, it seems there is an issue with the color assignment, which does not match the colors in other displays in the app. Maybe you can check why this does not work properly. |
|
Hi @uschiLaa, can you guide me to solve this problem? |
|
Hi @uschiLaa , This error suggests that |
|
Can you try without the "~" for the colour argument? You might also need to pass the color palette to detourr. |
|
Thank you for your suggestions, this is error that i encounter |
|
What I mean is using the column from the new version of the data frame you have created, but without the ~ since I think you can directly specify the column name. With the latest version you are trying to provide a vector for the color argument. |
|
Thank you for pointing this , the error comes I think the problem is in the detourr package (package's color maping logic) that misinterprets the "colour" column in data frame . It's is designed to use the column name as a reference ,but it's incorrectly using the colour values themselves as coloumn name. |
This PR introduces linked 2D tour visualizations in the pandemonium Shiny app using the detourr package. The changes add interactive scatterplot animations to explore projections of the dataset.
Changes Made:
Purpose of This Change:
Add this feature at the navbar