Skip to content

Schlusie/datasciencecoursera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasciencecoursera

this is a heading

This is a secondary heading

oh yeah yeah

This is a tertiary heading

oh yeah yeah yeah

  • one
  • two
  • four
  • damnit
  1. two
  2. one
  3. what
  4. hui
  5. it goes on 1. and on
  6. 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

plot(cars)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published