Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Impact démographique des collisions aviaires avec les éoliennes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CEFE
Interactions Humains-Animaux
Impact démographique des collisions aviaires avec les éoliennes
Commits
838bdc77
Commit
838bdc77
authored
3 years ago
by
thierrychambert
Browse files
Options
Downloads
Patches
Plain Diff
updated density_impact manual
parent
25e89cd2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/density_impact.R
+1
-0
1 addition, 0 deletions
R/density_impact.R
man/density_impact.Rd
+3
-0
3 additions, 0 deletions
man/density_impact.Rd
with
4 additions
and
0 deletions
R/density_impact.R
+
1
−
0
View file @
838bdc77
...
...
@@ -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).
...
...
This diff is collapsed.
Click to expand it.
man/density_impact.Rd
+
3
−
0
View file @
838bdc77
...
...
@@ -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).}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment