It's an email

knitr::opts_chunk$set(echo = TRUE)

Hello

plot(cars)

R is cool

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


Try the blastula package in your browser

Any scripts or data that you put into this service are public.

blastula documentation built on Sept. 24, 2023, 1:07 a.m.