Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Oct 1, 2024
1 parent e8e5fa4 commit 2856c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Statistics_Plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ Proportion_Plot <- function(

if (plot_type == "pie" && plot_scale == "count") {
cli_warn(message = c("When setting {.code plot_type} to {.val pie} the {.code plot_scale} parameter is ignored",
"i" = "Set {.plot_type} to {.val bar} in order to plot raw cell counts.."))
"i" = "Set {.code plot_type} to {.val bar} in order to plot raw cell counts.."))
}

if (plot_type == "pie") {
Expand Down

0 comments on commit 2856c7e

Please sign in to comment.