Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO items from class debriefs #25

Open
19 of 66 tasks
briatte opened this issue Apr 20, 2023 · 1 comment
Open
19 of 66 tasks

TODO items from class debriefs #25

briatte opened this issue Apr 20, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@briatte
Copy link
Owner

briatte commented Apr 20, 2023

Ideas for more graded exercises

See #27

More (bonus) examples

See #28

Teaching resources

https://education.rstudio.com/teach/

@briatte briatte added the TODO label Apr 20, 2023
@briatte briatte added this to the 2023-v1.0 complete milestone Apr 20, 2023
@briatte briatte self-assigned this Apr 20, 2023
This was referenced Apr 21, 2023
@briatte
Copy link
Owner Author

briatte commented Apr 26, 2023

For maps on Week 12, show Scandinavia:

sc <- filter(geo, NAME_EN %in% c("Denmark", "Finland", "Norway", "Sweden"))
(bb <- sf::st_bbox(sc))
ggplot(sc) +
  geom_sf(aes(fill = NAME_EN)) +
  coord_sf(ylim = c(54, 71), # y = latitude = horizontal
           xlim = c(4, 33))  # x = longitude = vertical

… or even plot EU with 2004 accession countries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant