We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18199d8 commit 1e2df89Copy full SHA for 1e2df89
1 file changed
R/predict_crwidth.R
@@ -64,7 +64,7 @@ predict_crwidth <- function(tree_list, digits = 1) {
64
stop("'tree_list$DIA' cannot have missing values", call. = FALSE)
65
66
if (is.null(digits))
67
- digits <- 2
+ digits <- 1
68
69
cw <- rep_len(NA_real_, nrow(tree_list))
70
0 commit comments