# NOT RUN {
#Reduce the size of the monterey bay dataset by half
montbaysmall = reduce_matrix_size(montereybay, 0.5)
montbaysmall %>%
sphere_shade() %>%
plot_map()
#Reduce the size of the monterey bay dataset from 401x401 to 100x100
montbaysmall = reduce_matrix_size(montereybay, width = 100, height = 100)
montbaysmall %>%
sphere_shade() %>%
plot_map()
# }
Run the code above in your browser using DataLab