shinymodels icon indicating copy to clipboard operation
shinymodels copied to clipboard

select by histogram or boxplot

Open topepo opened this issue 4 years ago • 1 comments

For showing observed outcomes vs predictions, we are going to have plots that visualize a categorical variable (true outcome or some qualitative predictor) versus a numeric column (see this code block for example).

If we use histogram or boxplots, can ggplotly() be used to select boxes or histogram bars to select data?

topepo avatar Jun 17 '21 16:06 topepo

We can do the linking on histogram but we haven't done it yet.

adhikars11 avatar Jul 15 '21 16:07 adhikars11