为什么在这个情节
par(mai=c(0,0,0,0), oma=c(2,2,2,2), mar=c(2,2,2,2),fin=c(4,4))
layout(matrix(c(1,1,1,1,1,1,1,1,
2,2,2,2,3,3,3,3,
2,2,2,2,3,3,3,3,
2,2,2,2,3,3,3,3,
2,2,2,2,3,3,3,3), nrow= 5,ncol=8,byrow = TRUE))
plot(1:100)
plot(1:100)
Map=get_map(location = c(lon = 12.50184, lat = 45.48403), zoom = 9, maptype = 'terrain', source="google", language = "it-IT")
ggmap(Map)
layout
描述的布局中,地图未与其他两个图形一起添加?
(显然,在我的情节中,我没有plot(1:100)
,而是其他一些情节)