bwainwri / brooke-gretchen

Collaborative Project
0 stars 0 forks source link

Owner code progress #3

Open bwainwri opened 1 week ago

bwainwri commented 1 week ago

Here is how far I got in my owner analysis code (dodged bar plot) but it needs some sprucing up.

https://github.com/bwainwri/brooke-gretchen/blob/5cb2ad96afde41ce7e6eb64096a2a7db24a7743c/analysis/owner-analysis.qmd#L93-L95

You can also show code like this:

# dodged bar plot
ggplot(data = lobster_size_lrg, aes(x = SITE, y = COUNT, fill = SIZE_BIN)) +
    geom_col(position = "dodge")

But it's not linked like it is above.

I added things I wanted to spruce up to the bar plot:

lebuhn commented 1 week ago

Brooke - I have to move to thinking about my 10:30 meeting. If you'd like to re-do this together after the course, I'd be happy to partner. I didn't know that my not being there would make things complicated. I apologize!!