Recently Published
box plot
This R script creates and displays a box plot of highway mileage distribution by the number of cylinders in the `mpg` dataset using ggplot2 with a purple color palette.
Censis analysis
Code for Substack post
bar graph
This R script creates a stacked bar graph using the `diamonds` dataset to show the proportion of diamond colors within each cut category, with a blue color palette applied. The plot is then displayed with minimal theming and labeled axes.
Assignment 1
Sample
time series plot
This R script defines a function to plot a time series trend of a specified value by group using ggplot2, then uses it to visualize unemployment data over time by year from the `economics` dataset.
R para iniciantes
Apostila de R para iniciantes.
duckdb for R users
Draft Material for a presentation on {duckdb} for R Users