oh yeah yeah
oh yeah yeah yeah
- one
- two
- four
- damnit
- two
- one
- what
- hui
- it goes on 1. and on
- twenty
line break line break
line break,
line break
im doing plot(lm(cars)) now
or just
#with ````
ggplot(cars, aes(x=speed, y=dist)) + geom_point() + geom_smooth() + theme_bw()
# with double tab (4 spaces)
png("lmcars.png")
ggplot(cars, aes(x=speed, y=dist)) + geom_point() + geom_smooth() + theme_bw()
dev.off()
now plotting it
