caitobrien / HydroSurvDOYTEMP

Seasonal Predictions of SAR & T:I for Chinook salmon and Steelhead
0 stars 0 forks source link

Add table output below plots #14

Closed caitobrien closed 9 months ago

caitobrien commented 10 months ago

Use https://mastering-shiny.org/action-graphics.html#clicking or try another reactive method? Look into plotly versus facet grid to show each point on hover?

caitobrien commented 10 months ago

reactable gives a nice reactive table that will filter using the same selection and then further allow filtering, sorting, and collapsing. Added to plot just for show and tell. Will remove if redundant since plotly does work with facet_grid.

Next step, add plotly and adjust tidybayes-ribbon since plotly does not work with tidybayes-ribbon. Potentially geom_ribbon or stat_smooth to add CI if using plotly?

caitobrien commented 10 months ago

Or add summarizing text blogpost code