Following up on https://bsky.app/profile/jeremymberg.bsky.social/post/3li2ueoq74s2f
library(nihexporter)
library(tidyverse)
ggplot(
filter(projects_min, org_name == "JOHNS HOPKINS UNIVERSITY"),
aes(x = direct_cost_amt, y = indirect_cost_amt)
) +
geom_point()
#> Warning: Removed 1810 rows containing missing values or values outside the scale range
#> (`geom_point()`).

Created on 2025-02-13 with reprex v2.1.1
Following up on https://bsky.app/profile/jeremymberg.bsky.social/post/3li2ueoq74s2f
Created on 2025-02-13 with reprex v2.1.1