An open API service indexing awesome lists of open source software.

https://github.com/petzi53/learning-plotly

Personal notes and trials during reading "Interactive web-based data visualization with R, plotly, and shiny" by Carson Sievert
https://github.com/petzi53/learning-plotly

data-visualization plotly visualization

Last synced: over 1 year ago
JSON representation

Personal notes and trials during reading "Interactive web-based data visualization with R, plotly, and shiny" by Carson Sievert

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# Learning Plotly

This Quarto book collects my personal notes, trials and exercises of
[Interactive web-based data visualization with R, plotly, and shiny](https://plotly-r.com/) by
Carson Sievert. I am using mainly the more informative online version instead of the [printed version of the book](https://www.routledge.com/Interactive-Web-Based-Data-Visualization-with-R-plotly-and-shiny/Sievert/p/book/9781138331457).

WATCH OUT: This is my personal learning material and is therefore
neither an accurate replication nor an authoritative textbook.

I wrote this book as a text for others to read because that forces me to
become explicit and explain all my learning outcomes more carefully.
Please keep in mind that this text is not written by an expert but by a
learner.

I am primarily interested in creating interactive maps. I will therefore stop my notes (for the moment) after finishing chapter 4 of the plotly book.