knitr::opts_chunk$set(echo = TRUE)

Hello

plot(cars)

R is cool

library(ggplot2)
ggplot(diamonds, aes(carat, price, color = cut)) + geom_point()


rich-iannone/blastula documentation built on June 14, 2025, 2:33 p.m.