Skip to content

Commit

Permalink
Add code folding and delete unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethGilson authored Jan 8, 2025
1 parent 6153d02 commit 1029cd1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions vignettes/Introduction_Appendices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ author: US EPA's Center for Computational Toxicology and Exposure [email protected]
output:
rmdformats::readthedown:
fig_retina: false
code_folding: hide
params:
my_css: css/rmdformats.css
vignette: >
Expand Down Expand Up @@ -1505,14 +1506,7 @@ G <- mc3_example %>%
theme_bw() +
theme(legend.position = 'bottom')
## Compile Summary Plots in One Figure ##
#
# gridExtra::grid.arrange(
# A,
# nrow = 3, ncol = 2,
# top = mc3[which(mc4[,spid] == "01504209"), aenm]
# )
#
aenm = "TOX21_ERa_BLA_Agonist_ratio"
spid = "01504209"
gridExtra::grid.arrange(
Expand Down

0 comments on commit 1029cd1

Please sign in to comment.