Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent 01cd251 commit 2f1dff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tm_variable_browser.R
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,8 @@ plot_var_summary <- function(var,

if (numeric_as_factor) {
var <- factor(var, levels = sort(unique(var)))
ggplot(NULL, aes(x = var)) + geom_histogram(stat = "count")
ggplot(NULL, aes(x = var)) +
geom_histogram(stat = "count")
} else {
# remove outliers
if (outlier_definition != 0) {
Expand Down

0 comments on commit 2f1dff2

Please sign in to comment.