
Last chance! 50% off unlimited learning
Sale ends in
Basic plots of yaps output
plotYaps(yaps_out, type = "map", xlim = NULL, ylim = NULL, main = NULL)
Output from succesful run of runYaps()
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.
Optional vectors of length 2 to set xlim and/or ylim.
Title of plot - optional.
No return value, called to plot graphics.
# NOT RUN {
library(yaps)
plotYaps(ssu1$yaps_out, type="map")
plotYaps(ssu1$yaps_out, type="coord_X")
plotYaps(ssu1$yaps_out, type="coord_Y")
# }
Run the code above in your browser using DataLab