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
- Host: GitHub
- URL: https://github.com/petzi53/learning-plotly
- Owner: petzi53
- Created: 2024-11-19T12:47:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T18:13:38.000Z (over 1 year ago)
- Last Synced: 2025-01-22T13:52:38.691Z (over 1 year ago)
- Topics: data-visualization, plotly, visualization
- Language: JavaScript
- Homepage: https://bookdown.org/pbaumgartner/learning-plotly/
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.