You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but adding **shiny** into the equation comes with a cost – the result is
160
-
no longer standalone HTML (harder to share/host) and linking views
161
-
requires fairly sophicated knowledge/use of shiny’s reactive programming
162
-
framework.
163
-
164
-
## Examples and documentation
165
-
166
-
We have numerous online examples on <https://plot.ly/r/> and
167
-
<https://plot.ly/ggplot2/>, but a more comprehensive write-up is also
168
-
available at <https://plotly-book.cpsievert.me/>. The package itself
169
-
ships with a number of demos (list them by running `demo(package =
170
-
"plotly")`) and shiny/rmarkdown examples (list them by running
171
-
`plotly_example("shiny")` or `plotly_example("rmd")`).
172
-
[Carson](https://cpsievert.me) also keeps numerous [slide
173
-
decks](https://talks.cpsievert.me) with useful examples and concepts.
100
+
## Learn more
101
+
102
+
To learn more about special features that the plotly R package provides (e.g., [client-side linking](https://plotly-r.com/client-side-linking.html), [**shiny** integration](https://plotly-r.com/linking-views-with-shiny.html), [editing and generating static images](https://plotly-r.com/publish.html), [custom events in JavaScript](https://plotly-r.com/javascript.html), and more), see <https://plotly-r.com>. You may already be familiar with existing plotly documentation (e.g., <https://plot.ly/r/>), which is essentially a language-agnostic how-to guide for learning plotly.js, whereas <https://plotly-r.com> is meant to be more wholistic tutorial written by and for the R user. The package itself ships with a number of demos (list them by running `demo(package = "plotly")`) and shiny/rmarkdown examples (list them by running `plotly_example("shiny")` or `plotly_example("rmd")`). [Carson](https://cpsievert.me) also keeps numerous [slide decks](https://talks.cpsievert.me) with useful examples and concepts.
0 commit comments