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.
Rplot関数を使用して別の関数をプロットする場合、グラフが滑らかに見えるように粒度を上げるにはどうすればよいですか? つまり、何かに似ていseq(by=.001)ますか?
plot
seq(by=.001)
plot(sin, to=100)