Description Usage Arguments Value Examples
This function plots a previously calculated trend.
| 1 | plot_trend(df, column_name)
 | 
| df | Data frame containing at least 4 column:
lat (latitude), lon (longitude), slope and an additional user-defined column
 | 
| column_name | name of the column to use for grouping the results. | 
Two plots, side-by-side, the first showing the distribution of the trend over a map, based on the slope of the linear model that describes the trend. The second plot shows a boxplot of the slope grouped based on the column Region. Region and slope can be user-defined.
| 1 2 3 4 | ## Not run: 
  plot_trend(df, Region)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.