Skip to content
Snippets Groups Projects
Commit 838bdc77 authored by thierrychambert's avatar thierrychambert
Browse files

updated density_impact manual

parent 25e89cd2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
#'
#' @param N a 4-D array containing demographic projection outputs
#' @param show_CI value between 0 and 1. The quantile to display on the plot
#' @param center choose either "median" or "mode" to display central value
#' @param sel_sc scenario to display on the plot. Either "all" or the ID number of a given scenario.
#' @param xlims a vector of 2 values. x-axis limits (lower and upper).
#' @param percent a logical value indicating whether the impact should be displayed in % (y axis).
......
......@@ -7,6 +7,7 @@
density_impact(
N,
show_CI = 0.95,
center = "median",
sel_sc = "all",
xlims = NULL,
percent = TRUE,
......@@ -23,6 +24,8 @@ density_impact(
\item{show_CI}{value between 0 and 1. The quantile to display on the plot}
\item{center}{choose either "median" or "mode" to display central value}
\item{sel_sc}{scenario to display on the plot. Either "all" or the ID number of a given scenario.}
\item{xlims}{a vector of 2 values. x-axis limits (lower and upper).}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment