Closed echiaradia closed 1 year ago
in load_netcdf_weather description> Value plot_weather(result$rcp26$1) should be plot_weather(result$rcp26$"1")
plot_weather(result$rcp26$1)
plot_weather(result$rcp26$"1")
Updated ;) Thanks
in load_netcdf_weather description> Value
plot_weather(result$rcp26$1)
should beplot_weather(result$rcp26$"1")