-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
