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.
library(raster) library(ggplot2) map.shp <- getData('GADM', country='FRA', level=1) plot(map.shp) ggplot(mtcars, aes(x = hp, y = disp)) + geom_point()
map.shpggplot の右側に小さなインセットとして配置するにはどうすればよいですか。
map.shp