uvastatlab / Python_and_R

Parallel code examples in Python and R
Other
5 stars 1 forks source link

Ch 7 - indentify or propose data for visualizations #23

Closed clayford closed 2 years ago

clayford commented 2 years ago

Preferably something small-ish, say less than 1000 records and fewer than 10 variables.

jacob-gg commented 2 years ago

2021-11-04: Added R visualizations (base and ggplot2) for histograms, barplots, scatterplots, and boxplots based on palmerpenguins (334 rows; 8 variables). No explanatory text added yet; I'll add that in the next update, as well as code for stripcharts, faceted plots, and line plots. I've added code to make the penguins data available in Python code chunks too. Commit a622d7dec6f5f9c3ce3248ff5b00431c0f488c2c.

jacob-gg commented 2 years ago

2021-11-16: Updated barplots and added explanatory language throughout the chapter; bd18c6fb8978bddebcc181210ab450e7083a32ac. Next step: Stripcharts, then a brief line plots section.