Skip to content

Commit 7e6ecef

Browse files
committed
refactor
1 parent a50a9d3 commit 7e6ecef

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

R/map_region_risk.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#' It can be one of "all", "unit" or "tilt_sector", "unit_tilt_sector",
99
#' "isic_4digit" or "unit_isic_4digit". If nothing is chosen, "all" is the
1010
#' default mode.
11-
#' @param mode The mode to plot. It can be one of "equal_weight", "worst_case"
12-
#' or "best_case". If nothing is chosen, "equal_weight" is the default mode.
1311
#' @param scenario A character vector: `r toString(scenarios())`.
1412
#' @param year A character vector: `r toString(years())`.
1513
#' @param risk_category A character vector.

R/plot_sankey.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#' Create a sankey plot with financial data
22
#'
33
#' @inheritParams map_region_risk
4+
#' @param mode The mode to plot. It can be one of "equal_weight", "worst_case"
5+
#' or "best_case". If nothing is chosen, "equal_weight" is the default mode.
46
#' @param with_company Logical. If TRUE, will plot a node with the company name.
57
#' If FALSE, will plot without the company name node.
68
#'

man/map_region_risk.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)