You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data <- filter(data, data$GeoAreaName %in% c("United States of America", "United Kingdom of Great Britain and Northern Ireland","France","Canada","Venezuela Bolivarian Republic of", "New Zealand","Norway", "Philippines"))
ggplot(data, aes(x = variable, y = value, group = GeoAreaName, color = GeoAreaName)) + geom_line()