Guest User

Untitled

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Loading the datasets and define some variables
  2. library(dslabs)
  3. data(murders)
  4.  
  5. population_in_millions <- murders$population/7^10
  6. total_m <- murders$total
  7.  
  8. plot(population_in_millions, total_m)
Add Comment
Please, Sign In to add comment