Closed dblodgett-usgs closed 6 years ago
ahhh... this is better.
library(ncdf4) nc <- nc_open("1_data/out/nwm_retro.nc") plot(ncvar_get(nc, "streamflow", start = c(1,1), count = c(1,-1)), pch=20) nc <- nc_open("1_data/out/nwm_med.nc") plot(ncvar_get(nc, "streamflow", start = c(1,1,1), count = c(1,-1,1)), pch=20)
looks great!
ahhh... this is better.