-<li><p><em>Linking multiple views:</em> provides an overview of the two models for linking <strong>plotly</strong> graph(s) to other data views. The first model, covered in Section <a href="client-side-linking.html#graphical-queries">16.1</a>, outlines <strong>plotly</strong>’s support for linking views purely client-side, meaning the resulting graphs render in any web browser on any machine without requiring external software. The second model, covered in Chapter <a href="linking-views-with-shiny.html#linking-views-with-shiny">17</a>, demonstrates how to link <strong>plotly</strong> with other views via <strong>shiny</strong>, a reactive web application framework for <code>R</code>. Relatively speaking, the second model grants the <code>R</code> user way more power and flexbility, but comes at the cost of requiring more computational infrastructure. That being said, RStudio provides accessible resources for deploying <strong>shiny</strong> apps <a href="https://shiny.rstudio.com/articles/#deployment" class="uri">https://shiny.rstudio.com/articles/#deployment</a>.</p></li>
0 commit comments