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
47f2d702
Commit
47f2d702
authored
3 years ago
by
thierrychambert
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning (removed "data" stuff)
parent
5cb83a00
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
R/data.R
+0
-11
0 additions, 11 deletions
R/data.R
R/get_metrics.R
+0
-6
0 additions, 6 deletions
R/get_metrics.R
data/demo_proj.rda
+0
-0
0 additions, 0 deletions
data/demo_proj.rda
man/demo_proj.Rd
+0
-17
0 additions, 17 deletions
man/demo_proj.Rd
man/get_metrics.Rd
+0
-9
0 additions, 9 deletions
man/get_metrics.Rd
with
0 additions
and
43 deletions
R/data.R
deleted
100644 → 0
+
0
−
11
View file @
5cb83a00
#' Demographic projection of a bird population over 30 years, under 2 scenarios: sc0 and sc1
#'
#' An 4D array containing population size by age class (dim 1), each year (dim 2),
#' for both scenarios (dim 3), and for each simulation run (dim 4).
"demo_proj"
#' Demographic projection under 5 scenarios
#'
#' A list Also a 4D array containing results : population size by age class (dim 1), each year (dim 2),
#' for all scenarios (dim 3), and for each simulation run (dim 4).
# "run0"
This diff is collapsed.
Click to expand it.
R/get_metrics.R
+
0
−
6
View file @
47f2d702
...
@@ -20,12 +20,6 @@
...
@@ -20,12 +20,6 @@
#' @return a list of metric outputs : median, SD, 95% C.I. of the
#' @return a list of metric outputs : median, SD, 95% C.I. of the
#' @export
#' @export
#'
#'
#' @examples
#' ## Import Data
#' data("demo_proj")
#'
#' ## Calculate the metric
#' get_metrics(demo_proj, cumulated_impacts = FALSE)
#'
#'
#'
#'
get_metrics
<-
function
(
N
,
cumulated_impacts
=
FALSE
){
get_metrics
<-
function
(
N
,
cumulated_impacts
=
FALSE
){
...
...
This diff is collapsed.
Click to expand it.
data/demo_proj.rda
deleted
100644 → 0
+
0
−
0
View file @
5cb83a00
File deleted
This diff is collapsed.
Click to expand it.
man/demo_proj.Rd
deleted
100644 → 0
+
0
−
17
View file @
5cb83a00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{demo_proj}
\alias{demo_proj}
\title{Demographic projection of a bird population over 30 years, under 2 scenarios: sc0 and sc1}
\format{
An object of class \code{array} of dimension 4 x 30 x 2 x 100.
}
\usage{
demo_proj
}
\description{
An 4D array containing population size by age class (dim 1), each year (dim 2),
for both scenarios (dim 3), and for each simulation run (dim 4).
}
\keyword{datasets}
This diff is collapsed.
Click to expand it.
man/get_metrics.Rd
+
0
−
9
View file @
47f2d702
...
@@ -23,12 +23,3 @@ get_metrics takes the output array of the simulations run and calculate two impa
...
@@ -23,12 +23,3 @@ get_metrics takes the output array of the simulations run and calculate two impa
When used on a cumulated_impacts analysis, this function also calculates these two metrics
When used on a cumulated_impacts analysis, this function also calculates these two metrics
for each individual wind farm.
for each individual wind farm.
}
}
\examples{
## Import Data
data("demo_proj")
## Calculate the metric
get_metrics(demo_proj, cumulated_impacts = FALSE)
}
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