| plot_trend | R Documentation | 
Plot temporal trend
plot_trend(track, y_name = "lon", xlab = "time", ylab = y_name,
  col_est = "steelblue", col_obs = "black")
| track | track data.frame from  | 
| y_name | name of variable to plot | 
| xlab | label for x axis | 
| ylab | label for y axis | 
| col_est | colour for model estimates | 
| col_obs | colour for observations | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.