plot.rwalc: Plot a Fitted RWalc Track

View source: R/RWalc.R

plot.rwalcR Documentation

Plot a Fitted RWalc Track

Description

Display the fitted track and observed locations from a fitted RWalc track.

Usage

## S3 method for class 'rwalc'
plot(
  x,
  which = 1:2,
  segment = NULL,
  ask = prod(par("mfcol")) < length(which) && dev.interactive(),
  ...
)

Arguments

x

A fitted object of class "rwalc".

which

Select the plots to display (see details).

segment

Select the segments to display ('NULL' displays all)

ask

if 'TRUE', user is asked before each plot is displayed.

...

Currently ignored

Details

Each plot displays the fitted track (blue) and an approximate 95 confidence interval (grey) together with the observed locations (red). The first two plots display the coordinate profiles of the track over time, while the third plot shows the track. A subset of the plots to display can be selected with the 'which' argument.


SWotherspoon/RWalc documentation built on June 10, 2025, 6:46 a.m.