Skip to content

Commit

Permalink
changed default title
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimtyuryaev committed Jul 16, 2024
1 parent ed53fec commit 728486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vis_reg.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ vis_reg = function(object,...){
}
}else{
title1 = "Visualization of Regression Results (Unit)" # default title for plot 1
title2 = "Visualization of Regression Results (Effective)" # default title for plot 2
title2 = "Visualization of Regression Results (Realized)" # default title for plot 2
}

if ("intercept" %in% names(args)){
Expand Down

0 comments on commit 728486e

Please sign in to comment.