Guest User

Untitled

a guest
Aug 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Change origin in image() plot of matrix in R
  2. a <- matrix(1:16, 4, 4)
  3. image(t(a))
  4. image(t(a[4:1,]))
Add Comment
Please, Sign In to add comment