Description Usage Arguments Examples
Used in severalGgPlots to make map plots Takes in a data.frame with columns val, lon and lat. Prints the values from the data.frame over a map of Fennoscandia
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
data |
Data to plot |
z_lab |
Defaults to ” |
option |
Passed to "scale_colour_viridi" as option argument. Defaults to 'D' |
title |
Passed to "labs" as title argument. Defaults to NULL, |
summ |
Defaults to NULL |
info |
Defaults to NULL |
title_col |
Defaults to 'black' |
guide_lim |
Defaults to c(min(data$val), max(data$val)) |
log |
If True, logscale. Defaults to FALSE |
subtitle |
Passed to "labs" as subtitle argument. Defaults to NULL |
ratio |
Defaults to 1.8 |
xlim |
xlimit. Defaults to c(3, 35) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.