plot_trend: Plot temporal trend

View source: R/plot.R

plot_trendR Documentation

Plot temporal trend

Description

Plot temporal trend

Usage

plot_trend(track, y_name = "lon", xlab = "time", ylab = y_name,
  col_est = "steelblue", col_obs = "black")

Arguments

track

track data.frame from fit_ssm

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


PaulRegular/motus documentation built on Jan. 28, 2024, 6:11 p.m.