19 Gráfico temperatura/umidade

19.1 plot_TH

Essa função realiza um gráfico temperatura/umidade ou temperatura/precipitação, comum em artigos científicos na agronomia.

data(weather)
with(weather, plot_TH(tempo, Tmed, Tmax, Tmin, UR))
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.

19.2 plot_TH1

Essa função realiza um gráfico temperatura/umidade ou temperatura/precipitação, sendo um alternativa ao gráfico apresentado na função plot_TH1.

data(weather)
with(weather, plot_TH1(tempo, Tmed, Tmax, Tmin, UR))