Skip to content

Commit 90273f9

Browse files
atualiza readme
1 parent a3c27fa commit 90273f9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ Abaixo segue um exemplo das bases disponíveis:
6969

7070
``` r
7171
dplyr::glimpse(mananciais)
72-
#> Rows: 47,091
72+
#> Rows: 47,154
7373
#> Columns: 8
74-
#> $ data <date> 2020-12-31, 2020-12-31, 2020-12-31, 2020-12-31...
74+
#> $ data <date> 2021-01-09, 2021-01-09, 2021-01-09, 2021-01-09...
7575
#> $ sistema <chr> "Cantareira", "Alto Tietê", "Guarapiranga", "Co...
76-
#> $ volume_porcentagem <dbl> 36.2, 53.9, 56.7, 63.6, 79.6, 44.1, 60.9, 36.0,...
77-
#> $ volume_variacao <dbl> 0.2, 0.3, 1.2, 0.5, 0.1, -0.3, 0.1, 0.4, 0.5, 1...
78-
#> $ volume_operacional <dbl> 355.08684, 301.81769, 97.07097, 10.48768, 89.34...
79-
#> $ pluviometria_dia <dbl> 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8, 20.7, 28.8, ...
80-
#> $ pluviometria_mensal <dbl> 225.3, 201.2, 203.2, 204.6, 138.8, 239.8, 173.8...
81-
#> $ pluviometria_hist <dbl> 215.2, 188.7, 173.5, 167.7, 188.4, 256.8, 211.3...
76+
#> $ volume_porcentagem <dbl> 37.3, 56.3, 62.2, 64.4, 82.3, 45.4, 59.9, 37.1,...
77+
#> $ volume_variacao <dbl> 0.2, 0.3, 0.7, 0.1, 0.0, 0.0, 0.3, 0.1, 0.4, 0....
78+
#> $ volume_operacional <dbl> 366.18217, 315.49702, 106.45160, 10.63207, 92.3...
79+
#> $ pluviometria_dia <dbl> 3.3, 2.4, 17.0, 17.4, 2.0, 0.4, 5.6, 4.9, 16.0,...
80+
#> $ pluviometria_mensal <dbl> 34.2, 93.8, 44.6, 33.8, 60.2, 108.0, 38.6, 30.9...
81+
#> $ pluviometria_hist <dbl> 265.1, 246.7, 229.9, 222.4, 249.2, 296.9, 273.1...
8282
```
8383

8484
Caso queira saber o significado de cada variável, leia a [documentação
@@ -102,13 +102,13 @@ mananciais %>%
102102

103103
| data | sistema | volume\_porcentagem | volume\_variacao | volume\_operacional | pluviometria\_dia | pluviometria\_mensal | pluviometria\_hist |
104104
| :--------- | :----------- | ------------------: | ---------------: | ------------------: | ----------------: | -------------------: | -----------------: |
105-
| 2020-12-31 | Cantareira | 36.2 | 0.2 | 355.08684 | 0.0 | 225.3 | 215.2 |
106-
| 2020-12-31 | Alto Tietê | 53.9 | 0.3 | 301.81769 | 0.0 | 201.2 | 188.7 |
107-
| 2020-12-31 | Guarapiranga | 56.7 | 1.2 | 97.07097 | 0.0 | 203.2 | 173.5 |
108-
| 2020-12-31 | Cotia | 63.6 | 0.5 | 10.48768 | 0.0 | 204.6 | 167.7 |
109-
| 2020-12-31 | Rio Grande | 79.6 | 0.1 | 89.34678 | 0.0 | 138.8 | 188.4 |
110-
| 2020-12-31 | Rio Claro | 44.1 | \-0.3 | 6.02579 | 0.0 | 239.8 | 256.8 |
111-
| 2020-12-31 | São Lourenço | 60.9 | 0.1 | 54.09287 | 0.8 | 173.8 | 211.3 |
105+
| 2021-01-09 | Cantareira | 37.3 | 0.2 | 366.18217 | 3.3 | 34.2 | 265.1 |
106+
| 2021-01-09 | Alto Tietê | 56.3 | 0.3 | 315.49702 | 2.4 | 93.8 | 246.7 |
107+
| 2021-01-09 | Guarapiranga | 62.2 | 0.7 | 106.45160 | 17.0 | 44.6 | 229.9 |
108+
| 2021-01-09 | Cotia | 64.4 | 0.1 | 10.63207 | 17.4 | 33.8 | 222.4 |
109+
| 2021-01-09 | Rio Grande | 82.3 | 0.0 | 92.37132 | 2.0 | 60.2 | 249.2 |
110+
| 2021-01-09 | Rio Claro | 45.4 | 0.0 | 6.19998 | 0.4 | 108.0 | 296.9 |
111+
| 2021-01-09 | São Lourenço | 59.9 | 0.3 | 53.17261 | 5.6 | 38.6 | 273.1 |
112112

113113
## Como citar o pacote
114114

0 commit comments

Comments
 (0)