Functions of the Week
Links to function of the week presentations
| Date | Title | Description |
|---|---|---|
| 1/13/21 | dplyr::slice | Select rows of dataset using row number |
| 1/25/25 | ggplot2::geom_rug() | Build rug plots in ggplot() |
| 1/25/25 | writexl::write_xlsx | Export data to xlsx |
| 1/30/25 | ggplot2::geom_tile | Used for data visualization, specifically in the form of heatmaps or other tile plots |
| 1/30/25 | ggridges::geom_density_ridges | Overlays several density plots and fills in the area under the curve. |
| 2/6/25 | forcats::fct_collapse | Collapse factor levels into manually defined groups |
| 2/6/25 | dplyr::slice_max, slice_min | Two of several different slice functions, all of which allow you to select specific rows in order to view, delete, mutate, or otherwise interact with them |
| 2/11/25 | dplyr::between() | Detect where values fall in a specified range |
| 2/13/25 | ggplot2::geom_errorbar() | Adding error bars to plots |
| 2/13/25 | ggplot::geom_dotplot | Plot the distribution or density of a variable for your category of interest |
| 2/19/25 | dplyr::na_if |
Replace annoying values with NA
|
| 2/20/25 | ggplot2::coord_cartesian | View a smaller section of a plot without changing the underlying data |
| 2/27/25 | stringr::str_trim | Removes whitespace from the begining and/or end of a string |
| 3/5/25 | forcats::fct_rev() | fct_rev(): Reverse factor levels |
| 3/6/25 | ggplot2:scale_fill_gradient() | Customize the color gradient of a fill in a plot |
| 3/6/25 | dplyr::rowwise() | Lets you apply operations to each row of a data frame individually |
No matching items