plotYaps: Basic plots of yaps output

Description Usage Arguments Value Examples

View source: R/plotYaps.R

Description

Basic plots of yaps output

Usage

1
plotYaps(yaps_out, type = "map", xlim = NULL, ylim = NULL, main = NULL)

Arguments

yaps_out

Output from succesful run of runYaps()

type

Plot type. type="map" prodces a basic map of estimated track and hydrophones; type="coord_X", type="coord_Y" produces plots of X and Y coordinated including +- 1 standard error.

xlim, ylim

Optional vectors of length 2 to set xlim and/or ylim.

main

Title of plot - optional.

Value

No return value, called to plot graphics.

Examples

1
2
3
4
library(yaps)
plotYaps(ssu1$yaps_out, type="map")
plotYaps(ssu1$yaps_out, type="coord_X")
plotYaps(ssu1$yaps_out, type="coord_Y")

yaps documentation built on April 14, 2021, 1:06 a.m.