Closed echelleburns closed 2 years ago
In the Evaluating MPAs section, when the MPA network is being created, it is plotted using the following code:
mpa_locations %>% ggplot(aes(x,y, fill = mpa)) + geom_tile() + scale_fill_brewer(palette = "Accent", direction = -1, name = "MPA") + scale_x_continuous(name = "Lat") + scale_y_continuous(name = "Lon")
Are the names for the x and y axes correct, or should they be switched?
Good catch! fixing
In the Evaluating MPAs section, when the MPA network is being created, it is plotted using the following code:
Are the names for the x and y axes correct, or should they be switched?