Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sol.27.4
sol.27.4-sa
Commits
c999e074
Commit
c999e074
authored
May 01, 2020
by
Iago Mosqueira
Browse files
Final commit
parents
928361ae
d77076fc
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
bootstrap/survey/BTS-GAM-age10plus.csv
View file @
c999e074
This diff is collapsed.
Click to expand it.
data.R
View file @
c999e074
...
...
@@ -4,7 +4,7 @@
# Copyright Iago MOSQUEIRA (WMR), 2019
# Author: Iago MOSQUEIRA (WMR) <iago.mosqueira@wur.nl>
#
# Distributed under the terms of the
GPL 3.0
# Distributed under the terms of the
EUPL-1.2
# INPUT: bootstrap/initial/data (VPA format)
# OUPUT: data/data.RData (FLR), data/*.csv (TAF tables)
...
...
output.R
View file @
c999e074
...
...
@@ -11,3 +11,4 @@ library(icesTAF)
mkdir
(
"output"
)
cp
(
"model/aap.RData"
,
"output/aap.RData"
)
refpts.R
View file @
c999e074
...
...
@@ -7,8 +7,11 @@
# Distributed under the terms of the EUPL-1.2
library
(
FLCore
)
library
(
msy
)
load
(
'model/aap.RData'
)
Fs
<-
seq
(
0
,
1.5
,
length
=
51
)
nsamp
<-
1000
bio.years
<-
c
(
2009
,
2018
)
...
...
utilities.R
View file @
c999e074
...
...
@@ -4,7 +4,7 @@
# Copyright Iago MOSQUEIRA (WMR), 2019
# Author: Iago MOSQUEIRA (WMR) <iago.mosqueira@wur.nl>
#
# Distributed under the terms of the
GPL 3.0
# Distributed under the terms of the
EUPL-1.2
# readVPAInterCatch {{{
...
...
@@ -46,11 +46,6 @@ readVPAInterCatch <- function(file) {
return
(
FLQuant
(
data
,
dimnames
=
list
(
age
=
age
,
year
=
year
),
units
=
units
))
}
# }}}
# PLOTS {{{
# }}}
# mohnMatrix {{{
mohnMatrix
<-
function
(
stocks
,
metric
=
"fbar"
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment