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 May 29, 2024, 4:22 a.m.