Guest User

Untitled

a guest
Mar 17th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div style="float: left; width: 50%;">
  2.  
  3. ```{r}
  4. plot(1:10, 1:10)
  5. ```
  6.  
  7.  
  8. </div>
  9.  
  10.  
  11. <div style="float: right; width: 50%;">
  12. ```{r}
  13. plot(1:10, 2*(1:10))
  14. ```
  15.  
  16.  
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment