plot.rwalc: Plot a Fitted RWalc Track

Description Usage Arguments Details

View source: R/RWalc.R

Description

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

Usage

1
2
3
4
5
6
7
8
## 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 Feb. 25, 2021, 8:26 p.m.