data(rain)
ilon <- 5 # pick a longitude
ilat <- 6 # pick a latitude
iyr <- 17 # pick a year (in the range 1:25)
rain$lons[ilon] # the longitude
rain$lats[ilat] # the latitude
rain$pred[ilon,ilat,iyr,] # the ternary forecast
rain$obs[ilon,ilat,iyr,] # the ternary observation
Run the code above in your browser using DataLab