Skip to content

Commit

Permalink
update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarayon committed Jul 3, 2019
1 parent 7415243 commit ae2f4ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ On affiche le tableau de sortie :
results
```


Ensuite, nous ne conservons qu'une fraction des relevés pour l'exemple :

```{r}
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ results <- IDGF(df = taxa.GF)
#> 3/4 : Calcul des métriques brutes
#> 4/4 : Calcul de l'IDGF et aggrégation
#> ✓ Calcul de l'IDGF terminé
#> ✓ Le fichier .csv a été exporté dans :
#> output/resultats_idgf_2019-07-03_13.30.30.csv
#> Il est encodé en UTF-8 et a comme séparateur le point-virgule (;) et comme décimale la virgule (,)
```

On affiche le tableau de sortie :
Expand Down Expand Up @@ -116,8 +119,9 @@ relevés :

``` r
Diagnostic_IDGF(result_IDGF = frac_results)
#> ✓ Graphique exporté pour la station...882
#> ✓ Graphique exporté pour la station...981
#> ✓ Graphique produit pour la station...882
#> ✓ Graphique produit pour la station...981
#> ✓ Les graphiques ont été exportés dans
#> output/radar_idgf_2019-07-03_13.30.30.pdf
#> Chaque page du PDF correspond à un prélèvement
```

![](man/figures/README-unnamed-chunk-6-1.png)![](man/figures/README-unnamed-chunk-6-2.png)

0 comments on commit ae2f4ca

Please sign in to comment.