Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Mathieu Buoro
Abondance
Commits
34abc508
Commit
34abc508
authored
Mar 14, 2017
by
matbuoro
Browse files
using CL from CIEM tables
parent
6335662d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CIEM/Script_CIEM.R
View file @
34abc508
...
...
@@ -252,7 +252,7 @@ table[,"eggs/CL"] <- ratio_CL
#write.csv(round(table,2), file=paste('~/Documents/RESEARCH/PROJECTS/ORE/Abundance/CIEM/Table8_',site,"_",year,'.csv',sep=""))
con
<-
file
(
paste
(
'~/Documents/RESEARCH/PROJECTS/ORE/Abundance/CIEM/Table8_'
,
site
,
"_"
,
year
,
'.csv'
,
sep
=
""
),
open
=
"wt"
)
writeLines
(
paste
(
"# Table 8 - Index rivers :spawning stock and egg deposition and attainment of CLs -"
,
site
,
" ("
,
year
,
")
CL ="
,
CL_eggs
,
"
(with 3 eggs/m²) /!\ NOT revised from data
CL ="
,
CL_eggs
,
"
"
,
sep
=
""
),
con
)
write.csv
(
round
(
table
,
2
),
con
)
close
(
con
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment