Skip to content

Commit

Permalink
Update Figures.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Jul 24, 2024
1 parent 6a81e10 commit 0e327b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ TADA_GroupedScatterplot <- function(.data, id_cols = "TADA.ComparableDataIdentif
for (i in 1:length(unique(plot.data$TADA.ComparableDataIdentifier))) {
title <- TADA_InsertBreaks(
paste0("Scatterplot of ",
TADA_FigureTitle(unique(plot.data$TADA.ComparableDataIdentifier)[i]),
TADA_CharStringRemoveNA(unique(plot.data$TADA.ComparableDataIdentifier)[i]),
" Over Time"
),
len = 45
Expand Down

0 comments on commit 0e327b5

Please sign in to comment.