plot.rwalc | R Documentation |
Display the fitted track and observed locations from a fitted RWalc track.
## S3 method for class 'rwalc'
plot(
x,
which = 1:2,
segment = NULL,
ask = prod(par("mfcol")) < length(which) && dev.interactive(),
...
)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.