I created a heatmap with this dataframe: datos<- data.frame( ... datos %>% left_join(text, by="country_name") %>% ggplot(aes(x=year ...
確定! 回上一頁