# Fake Some Missing Data: Library Ifelse Ggplot Aes Log Geom - Miss - Point Stat - Summary Facet - Wrap Towebgl Ggplotly
# Fake Some Missing Data: Library Ifelse Ggplot Aes Log Geom - Miss - Point Stat - Summary Facet - Wrap Towebgl Ggplotly
References
Bache, Stefan Milton, and Hadley Wickham. 2014. Magrittr: A Forward-Pipe
Operator for R. https://CRAN.R-project.org/package=magrittr.
Harrell Jr, Frank E, with contributions from Charles Dupont, and many others.
2019. Hmisc: Harrell Miscellaneous. https://CRAN.R-project.org/package=Hmisc.
Ooms, Jeroen. 2014. “The Jsonlite Package: A Practical and Consistent Mapping
Between Json Data and R Objects.” arXiv:1403.2805
[stat.CO]. http://arxiv.org/abs/1403.2805.
Tierney, Nicholas, Di Cook, Miles McBain, and Colin Fay. 2018. Naniar: Data
Structures, Summaries, and Visualisations for Missing
Data. https://github.com/njtierney/naniar.
Vaidyanathan, Ramnath, Yihui Xie, JJ Allaire, Joe Cheng, and Kenton Russell.
2016. Htmlwidgets: HTML Widgets for R. https://CRAN.R-
project.org/package=htmlwidgets.
4. A trace is similar in concept to a layer (as defined in Section 2.1, but it’s not
quite the same. In many cases, like the bottom panel of Figure 2.1, it makes sense
to implement a single layer as multiple traces. This is due to the design of plotly.js
and how traces are tied to legends and hover behavior.↩︎
7. This section is not meant to teach you ggplot2, but rather to help point out
when and why it might be preferable to plot_ly(). If you’re new to ggplot2 and
would like to learn it, see 1.3.3.↩︎
8. See Section 7 for approaches using plot_ly()↩︎
9. As discussed in 34, ggplotly() can actually convert custom geoms as well,
but each one requires a custom hook, and many custom geoms are not yet
supported.↩︎