Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ggplot(df.m, aes(x, value, colour = variable)) +
  2. geom_point(alpha = .5, shape = 20) +
  3. xlab('Index of Multiple Deprivation (2015)') +
  4. ylab('Average network distance to nearest 2ha+ greenspace (m)') +
  5. scale_y_log10() +
  6. geom_smooth(method=lm, se = FALSE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement