Skip to content

Commit

Permalink
Merge branch '1187_decorate_output@main' into tm_bivariate@1187_decor…
Browse files Browse the repository at this point in the history
…ate_output@main
  • Loading branch information
averissimo authored Nov 21, 2024
2 parents 2727e07 + 6dcb2ef commit 36d741d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -1012,13 +1012,13 @@ srv_a_regression <- function(id,
output_q <- reactive({
teal::validate_inputs(iv_r())
switch(input$plot_type,
"Response vs Regressor" = output_plot_0(),
"Residuals vs Fitted" = output_plot_1(),
"Normal Q-Q" = output_plot_2(),
"Scale-Location" = output_plot_3(),
"Cook's distance" = output_plot_4(),
"Residuals vs Leverage" = output_plot_5(),
"Cook's dist vs Leverage" = output_plot_6()
"Response vs Regressor" = output_plot_0(),
"Residuals vs Fitted" = output_plot_1(),
"Normal Q-Q" = output_plot_2(),
"Scale-Location" = output_plot_3(),
"Cook's distance" = output_plot_4(),
"Residuals vs Leverage" = output_plot_5(),
"Cook's dist vs Leverage" = output_plot_6()
)
})

Expand Down
4 changes: 2 additions & 2 deletions man/shared_params.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_a_regression.Rd

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

0 comments on commit 36d741d

Please sign in to comment.