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.
一般的な plot() でプロットしたい単純なシェープファイルがあります (ggplot はマップのプロットが非常に遅いことに気付きました)。
コードで形状を正しくプロットできます
library(maptools) map_shp <- readShapePoly(map_filepath) map <- fortify(map_shp) plot(map)
しかし、線の色と幅を定義するにはどうすればよいでしょうか?