Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここでの私の質問に関連して、私xlimは言うプロットを持っていますc(0,1000)。から生じる各行をどのように制限できますか
xlim
c(0,1000)
abline(h=seq(0,45,5),col="white")
のプロットを保持しながら、x 軸に沿って 0 から 500 の幅にしxlimますc(0,1000)。
を利用できます?lines。
?lines
plot(1:100) sapply(seq(1,100,5), function(i) lines(c(0,50), c(i,i)))