How much stuff have we sent to Space? | TidyX Episode 180

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • TidyX Episode 180: How much stuff have we sent to Space?
    Ever wondered how much stuff has rocketed into space? This episode we do a 180 and look at how we started TidyX by looking at a TidyTuesday dataset to explore objects launched into space! We'll learn how to wrangle the data, calculate launch counts by year, and create visualizations with ggplot2. Plus, we'll discover a cool trick for faceting plots with independent y-axes, and finally show a fun way to interact with facets using the trelliscopejs package. Join us for a stellar exploration of space exploration data!
    Like, Subscribe, and find us on social media! (@ellis_hughes, @OSPpatrick, @tidy_explained).
    If you like what we are doing, please sign up to be a patron on Patreon!
    / tidy_explained
    Email us with any comments, questions, or suggestions at tidy.explained@gmail.com.
    Links:
    Open an issue on the TidyX Github page!
    github.com/the...
    Patreon:
    / tidy_explained
    TidyX Code:
    github.com/the...

ความคิดเห็น • 2

  • @scotmorrsn
    @scotmorrsn 4 หลายเดือนก่อน

    Good stuff gents. Appreciate the extra package shared tho.

  • @mikep8857
    @mikep8857 4 หลายเดือนก่อน

    Another great episodw. Looking forward to the episode 200 party edition! In your plots the y axis was count data. It irritates me that ggplot will often put decimal points on scales even if you bother to define the variable as an integer. For one plot it's not too hard to manually input the breaks etc. Is there an easy way of getting round this problem when you are generating lots of plots, as in your example? It should be as simple as saying "this is integer data, 10.5 is meanigless!"