/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

datascienceworkshops.com
| | statsandr.com
2.7 parsecs away

Travel
| | Learn how to create professional graphics and plots in R (histogram, barplot, boxplot, scatter plot, line plot, density plot, etc.) with the ggplot2 package
| | gganimate.com
4.0 parsecs away

Travel
| | [AI summary] This guide demonstrates how to create data visualizations and animations using the gganimate R package extension for ggplot2.
| | ggplot2.tidyverse.org
4.1 parsecs away

Travel
| | Aesthetic mappings describe how variables in the data are mapped to visual properties (aesthetics) of geoms. Aesthetic mappings can be set in ggplot() and in individual layers.
| | blog.demofox.org
25.5 parsecs away

Travel
| This post explains how to use sliced optimal transport to make blue noise point sets. The plain, well commented C++ code that goes along with this post, which made the point sets and diagrams, is at https://github.com/Atrix256/SOTPointSets. This is an implementation and investigation of "Sliced Optimal Transport Sampling" by Paulin et al (http://www.geometry.caltech.edu/pubs/PBCIW+20.pdf).?They also have...