Advertisement
ProzacR

R linear plot nice

Jan 14th, 2014
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.19 KB | None | 0 0
  1. > png('LIE_graph.png')
  2. > plot(lie,ln1Kb,xlab='LIE (kJ/mol)',ylab='ln(1/Kb)')
  3. > text( usr[ 1 ], usr[ 4 ], substitute(paste(R^2," = 0,63")),     adj = c( -1, 5 ), )
  4. > abline(mod)
  5. > dev.off()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement