Learn R Programming

crawl (version 2.3.0)

crwPredictPlot: Plot CRW predicted object

Description

Creates 2 types of plots of a crwPredict object: a plot of both coordinate axes with prediction intervals and a plot of just observed locations and predicted locations.

Usage

crwPredictPlot(object, plotType = "ll", ...)

Value

A plot.

Arguments

object

crwPredict object.

plotType

type of plot has to be one of the following: “map” or “ll” (default).

...

Further arguments passed to plotting commands.

Author

Devin S. Johnson and Sebastian Luque

See Also

See demo(northernFurSealDemo) for additional examples.