我希望用整體標籤和具有不同字體大小的標籤製作Google地圖的小平面圖。 例如,考慮下面的代碼,這是基於對馬克斯馬奇在一篇博客文章中提供的編碼(link): # Load the data
airports <- read.csv("https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports.dat",
以下代碼用於工作,但不再有效。有人知道發生了什麼事嗎?它必須在底層gtable代碼中進行一些更改。 require(cowplot) # for plot_grid()
require(grid) # for unit_max()
# make two plots
plot.iris <- ggplot(iris, aes(Sepal.Length, Sepal.Width)) +