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.
私はRで簡単なプロットを持っています:
roc = plot(RP.perf@alpha.values[[1]],RP.perf@x.values[[1]],type="l",ylim=c(0,1));
ただし、原点を介してグラフを強制したいと考えています。とにかくこれを行うことはありますか?プロット関数でこれのオプションが見つかりません。
ありがとう。