我有幾個關於微基準和自動繪製R microbenchmark和autoplot?
問題想這是我的代碼:
library("ggplot2")
tm <- microbenchmark(rchisq(100, 0),rchisq(100, 1),rchisq(100, 2),rchisq(100, 3),rchisq(100, 5), times=1000L)
autoplot(tm)
- 什麼是TM $時間單位?我怎麼能把它轉換成秒?
- 如何將x軸上的標記更改爲seq(from = 0,to = 100,by = 5)?
謝謝!
真的應該每張貼在這裏有一個問題的方式.... – Spacedman 2015-04-04 17:49:10