Skip to content

Commit

Permalink
fixing color code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Nov 15, 2023
1 parent 953d892 commit 56d12c6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions R/tm_g_gh_correlationplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' "B: Placebo" = "Placebo",
#' "C: Combination" = "Combination"
#' )
#' color_manual <- c("150mg QD" = "#'000000", "Placebo" = "#'3498DB", "Combination" = "#'E74C3C")
#' color_manual <- c("150mg QD" = "#000000", "Placebo" = "#3498DB", "Combination" = "#E74C3C")
#' # assign LOQ flag symbols: circles for "N" and triangles for "Y", squares for "NA"
#' shape_manual <- c("N" = 1, "Y" = 2, "NA" = 0)
#'
Expand Down Expand Up @@ -152,9 +152,9 @@
#' yaxis_var = choices_selected(c("AVAL", "BASE", "CHG", "PCHG"), "AVAL"),
#' trt_group = choices_selected(c("ARM", "ACTARM"), "ARM"),
#' color_manual = c(
#' "Drug X 100mg" = "#'000000",
#' "Placebo" = "#'3498DB",
#' "Combination 100mg" = "#'E74C3C"
#' "Drug X 100mg" = "#000000",
#' "Placebo" = "#3498DB",
#' "Combination 100mg" = "#E74C3C"
#' ),
#' shape_manual = c("N" = 1, "Y" = 2, "NA" = 0),
#' plot_height = c(500, 200, 2000),
Expand Down
8 changes: 4 additions & 4 deletions R/tm_g_gh_density_distribution_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
#' xaxis_var = choices_selected(c("AVAL", "BASE", "CHG", "PCHG"), "AVAL"),
#' trt_group = choices_selected(c("ARM", "ACTARM"), "ARM"),
#' color_manual = c(
#' "150mg QD" = "#'000000",
#' "Placebo" = "#'3498DB",
#' "Combination" = "#'E74C3C"
#' "150mg QD" = "#000000",
#' "Placebo" = "#3498DB",
#' "Combination" = "#E74C3C"
#' ),
#' color_comb = "#'39ff14",
#' color_comb = "#39ff14",
#' comb_line = TRUE,
#' plot_height = c(500, 200, 2000),
#' font_size = c(12, 8, 20),
Expand Down
6 changes: 3 additions & 3 deletions R/tm_g_gh_scatterplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
#' yaxis_var = choices_selected(c("AVAL", "BASE", "CHG", "PCHG"), "AVAL"),
#' trt_group = choices_selected(c("ARM", "ACTARM"), "ARM"),
#' color_manual = c(
#' "150mg QD" = "#'000000",
#' "Placebo" = "#'3498DB",
#' "Combination" = "#'E74C3C"
#' "150mg QD" = "#000000",
#' "Placebo" = "#3498DB",
#' "Combination" = "#E74C3C"
#' ),
#' shape_manual = c("N" = 1, "Y" = 2, "NA" = 0),
#' plot_height = c(500, 200, 2000),
Expand Down
8 changes: 4 additions & 4 deletions R/tm_g_gh_spaghettiplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
#' "NONE"
#' ),
#' trt_group = choices_selected(c("ARM", "ACTARM"), "ARM"),
#' color_comb = "#'39ff14",
#' color_comb = "#39ff14",
#' man_color = c(
#' "Combination" = "#'000000",
#' "Placebo" = "#'fce300",
#' "150mg QD" = "#'5a2f5f"
#' "Combination" = "#000000",
#' "Placebo" = "#fce300",
#' "150mg QD" = "#5a2f5f"
#' ),
#' hline_arb = c(60, 50),
#' hline_arb_color = c("grey", "red"),
Expand Down
8 changes: 4 additions & 4 deletions man/tm_g_gh_correlationplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/tm_g_gh_density_distribution_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/tm_g_gh_scatterplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/tm_g_gh_spaghettiplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56d12c6

Please sign in to comment.