Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
formations_R
ATMO_IntroR
Commits
69d94a23
Commit
69d94a23
authored
Sep 14, 2018
by
Laurence Viry
Browse files
ajout de l'étude concentration en polluant
parent
768b6e42
Pipeline
#11169
failed with stages
in 17 seconds
Changes
7
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
TP/data/Data_Export_intranet_sites_et_mesures_NO2_MoyAN_2016.csv
0 → 100755
View file @
69d94a23
This diff is collapsed.
Click to expand it.
TP/data/Data_Export_intranet_sites_et_mesures_NO2_MoyAN_2016.xls
0 → 100755
View file @
69d94a23
File added
TP/notebooks/mesureNO2_2016.ipynb
0 → 100644
View file @
69d94a23
This diff is collapsed.
Click to expand it.
ci/make_markdown_outils.sh
View file @
69d94a23
...
...
@@ -24,4 +24,9 @@ cp GraphiqueR.md ../docs/
jupyter nbconvert
--to
markdown ProgrammerR.ipynb
cp
ProgrammerR.md ../docs/
# Les études
cd
../TP/notebooks
# Concentrations moyenne pour l'année 2016 en polluant
jupyter nbconvert
--to
markdown mesureNO2_2016.ipynb
cp
mesureNO2_2016.md ../docs/
mkdocs.yml
View file @
69d94a23
...
...
@@ -15,6 +15,7 @@ pages:
-
Consignes
:
Consignes.md
-
Etudes
:
-
Ozone
:
ozoneClimat.md
-
Concentration NO2
:
mesureNO2_2016.md
theme
:
yeti
...
...
notebooks/Objets.ipynb
View file @
69d94a23
This diff is collapsed.
Click to expand it.
notebooks/somme.R
0 → 100644
View file @
69d94a23
som
<-
function
(
n
){
result
<-
sum
(
1
:
n
)
return
(
result
)
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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