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.
米国のさまざまな州にさまざまな色を追加したいと思います。ただし、すべてのmap("state",."insert coloring condition"...)コマンドを順番に実行すると、オーバーレイプロットが表示されず、マップが更新されるだけで、色が保持されません(期待どおり)。lines()アクセス権を持っているが、マップでは機能しないグラフをプロットする場合points()、どうすればよいですか?
map("state",."insert coloring condition"...)
lines()
points()
のドキュメントを読むと、引数?mapがあることがわかります。add
?map
add
logical flag that specifies whether to add to the current plot. If FALSE, a new plot is begun, and a new coordinate system is set up.
それはあなたが説明することをするべきです。