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 Feb. 27, 2024, 9:55 p.m.