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
133c2716
Commit
133c2716
authored
3 years ago
by
thierrychambert
Browse files
Options
Downloads
Patches
Plain Diff
little change in run_analysis
parent
9ef9ac8c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+7
-6
7 additions, 6 deletions
.gitignore
run_analysis.R
+4
-5
4 additions, 5 deletions
run_analysis.R
with
11 additions
and
11 deletions
.gitignore
+
7
−
6
View file @
133c2716
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
junk.R
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
junk.R
run_analysis.R
This diff is collapsed.
Click to expand it.
run_analysis.R
+
4
−
5
View file @
133c2716
...
...
@@ -2,12 +2,11 @@ rm(list = ls(all.names = TRUE))
graphics.off
()
## Libraries
library
(
eolpop
)
## Inputs
nsim
=
100
0
nsim
=
100
fatalities_mean
=
c
(
0
,
2
,
3
,
5
,
2
)
fatalities_se
=
fatalities_mean
*
0.05
...
...
@@ -15,7 +14,7 @@ fatalities_se = fatalities_mean*0.05
pop_size_mean
=
200
pop_size_se
=
30
pop_growth_mean
=
0.98
pop_growth_mean
=
1.1
pop_growth_se
=
0
survivals
<-
c
(
0.5
,
0.7
,
0.8
,
0.95
)
...
...
@@ -32,7 +31,7 @@ cumuated_impacts = TRUE
onset_year
=
2000
+
c
(
1
,
3
,
7
,
15
,
20
)
onset_time
=
onset_year
-
min
(
onset_year
)
+
1
DD_params
<-
list
(
rMAX
=
0.15
,
K
=
1200
,
theta
=
1
)
DD_params
<-
list
(
rMAX
=
NULL
,
K
=
1200
,
theta
=
1
)
##--------------------------------------------
## Calibration : FYI, for table dsiply --
...
...
@@ -74,7 +73,7 @@ out$scenario$impact[time_horzion,,]
out
$
scenario
$
Pext
out
$
scenario
$
DR_Pext
#
plot_traj(N, xlab = "Annee", ylab = "Taille de population (totale)")
plot_traj
(
N
,
xlab
=
"Annee"
,
ylab
=
"Taille de population (totale)"
)
p
<-
plot_impact
(
N
,
onset_year
=
onset_year
,
xlab
=
"Annee"
,
ylab
=
"Impact relatif"
)
p
...
...
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