powered by
Takes in list of polygon objects from merged function and produces a map of probabilities
prob_map(merged, nX = 304, nY = 448)
list of contours organized as a list of years by a list of samples
dimension in the x (defaults to value for Northern Polar stereographic grid: 304)
dimension in the y (defaults to value for Northern Polar stereographic grid: 448)
array of dimension number of years by longitude by latitude that gives the proportion of contours in which the grid box is ice-covered
# NOT RUN { probs <- prob_map(merged) # } # NOT RUN { # }
Run the code above in your browser using DataLab