celestialgod

R lattice ylab旋轉

Mar 23rd, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.13 KB | None | 0 0
  1. library(lattice)
  2. library(grid)
  3. set.seed(100)
  4. histogram(rnorm(100), ylab = textGrob(label = "人\n數", rot=0), xlab = "分數")
Advertisement
Add Comment
Please, Sign In to add comment