Plot gradient vocc with vectors coloured by variable
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plot_gradient_vocc(
df,
vec_col = "C_per_decade",
col_label = "Local\nclimate trend\n(°C/decade)",
vecsize = 1,
lwd = 1,
low_col = scales::muted("blue"),
high_col = scales::muted("red"),
mid_col = "white",
raster = NULL,
fill_label = raster,
coast = NULL,
isobath = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.