Explore >> Select a destination


You are here

recipes.tidymodels.org
| | dplyr.tidyverse.org
6.5 parsecs away

Travel
| | Most data operations are done on groups defined by variables. group_by() takes an existing tbl and converts it into a grouped tbl where operations are performed "by group". ungroup() removes grouping.
| | www.cplusplus.com
7.2 parsecs away

Travel
| |
| | ggplot2.tidyverse.org
7.6 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.
| | rachelcarmena.github.io
31.4 parsecs away

Travel
| Some characteristics of functional programming