Skip to content

Commit c307b0f

Browse files
committed
changes 5
1 parent 23c7b8f commit c307b0f

File tree

7 files changed

+3
-4
lines changed

7 files changed

+3
-4
lines changed

R/map_dumbbell.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ p <- lapply(full_df_mod$cat %>% levels(), function(i){
2323
xlab("Dates")
2424
})
2525

26-
2726
# pw_plot <- (p[[1]] & theme(legend.position = "bottom")) + ((p[[2]] / p[[3]] / p[[4]]) & theme(legend.position = "none")) + plot_layout(guides = "auto")
2827

2928
pw_plot <- (p[[1]] | (p[[2]] / p[[3]] / p[[4]] & theme(legend.position = "none")) + plot_layout(axes = "collect", axis_titles = "collect"))

_freeze/subsite/team/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
-7 Bytes
Loading

data/bg_df_data.RData

1.24 MB
Binary file not shown.

docs/subsite/team.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
-7 Bytes
Loading

subsite/team.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ load("../data/bg_df_data.RData")
3434
library(openalexR)
3535
library(tidyverse)
3636
37-
full_df_mod <- full_df %>% filter(team == "main")
37+
full_df_mod <- full_df %>% filter(team != "other")
3838
3939
source("../R/map_dumbbell.R")
4040
```

0 commit comments

Comments
 (0)