Jan Broder Engler
@jbengler
Scientist and software developer. Creator of tidyplots.org and sepacode.app. Website jbengler.de.
This is how you can add ggplot2 code to your #tidyplots 🔥 #rstats #dataviz #phd
In case you ever wondered about the differences between magrittr pipe and base pipe 🤔 This table is taken from a great stackoverflow answer by @GeorgKindermann https://stackoverflow.com/questions/67633022/what-are-the-differences-between-rs-native-pipe-and-the-magrittr-pipe #rstats #dataviz #phd
This is how you can highlight a subset of the dataset in #tidyplots 🔥 https://jbengler.github.io/tidyplots/reference/all_rows.html #rstats #dataviz #phd
This is how you can plot z-scores in #tidyplots heatmaps 🚀 This is especially useful when you want to focus on the dynamics within rows or columns. #rstats #dataviz #phd
This is how you can use plotmath expressions in #tidyplots 🤓 https://jbengler.github.io/tidyplots/articles/Advanced-plotting.html#special-characters #rstats #dataviz #phd
This is how you can add the mean and standard deviation to summarize the raw data points in your #tidyplots 🤩 Alternatively, you can also display the median, standard error of the mean, 95% confidence interval, and more. #rstats #dataviz #phd
This is how you can remove elements from #tidyplots 🔥 https://jbengler.github.io/tidyplots/reference/index.html#remove #rstats #dataviz #phd
These are the discrete color schemes in #tidyplots 🌈 The default scheme `colors_discrete_friendly` is inspired by Okabe and Ito (2008) and was designed to be accessible for individuals with color vision deficiencies. #rstats #dataviz #phd
This is the grammar for summary statistics in #tidyplots 🤩 You can mix and match as you like. #rstats #dataviz #phd
This is how you can label selected data points in #tidyplots 🔥 In this case, we label the three animals with the highest weight using `max_rows()`. #rstats #dataviz #phd
This is how you can define a custom style to reuse it across several #tidyplots 🤩 #rstats #dataviz #phd
Too many vector shapes can slow down PDF performance. This is how you can selectively rasterize data points in #tidyplots 🪩 In this example, I used 100 DPI for demonstration purposes. In practice, you would typically use 300 DPI for better quality 😉 #rstats #dataviz #phd
When you execute a #tidyplots color scheme like `colors_continuous_viridis` in the Console, you will get a preview in the RStudio Viewer pane 🌈 Pro tip: You can highlight and copy individual hex codes directly from the Viewer pane. #rstats #dataviz #phd
All key features at a glance – with the #tidyplots cheatsheet 🤩 https://tidyplots.org/cheatsheet #rstats #dataviz #phd
This is how you can highlight data in #tidyplots 💡 #rstats #dataviz #phd
This book by Kang Wu is all about #tidyplots 🤩 It’s packed with beautiful example plots and their code. Kang really pushes #tidyplots to its limits—and sometimes even beyond 😂 tidyplots-book.pages.dev @wukang.bsky.social #rstats #dataviz #phd
This is how you can split a plot into multiple subplots using #tidyplots 🚀 #rstats #dataviz #phd
This is how you can generate multipage PDFs in #tidyplots 🪼 #rstats #dataviz #phd
This is how you can generate multiple PDF files at once in #tidyplots 🚀 #rstats #dataviz #phd
You can save #tidyplots in multiple formats by piping through multiple rounds of `save_plot()` 🤩 #rstats #dataviz #phd
This is how you can assign colors in #tidyplots 🌈 #rstats #dataviz #phd
Here are some #tidyplots use cases for proportional data 🔥 Complete with data and code 🚀 https://tidyplots.org/use-cases/#proportional-data #rstats #dataviz #phd
This is how you can compare groups in #tidyplots 🦊 #rstats #dataviz #phd
Here are some #tidyplots use cases for bioinformatics 🔥 Complete with data and code 🚀 https://tidyplots.org/use-cases/#bioinformatics #rstats #dataviz #phd
This is how you can add sum values in #tidyplots 🤩 #rstats #dataviz #phd
This is how you can sort the x-axis in #tidyplots 🤩 #rstats #dataviz #phd