pvPlot: Progressive vector plot

View source: R/adcpToolbox.R

pvPlotR Documentation

Progressive vector plot

Description

Progressive vector plot

Usage

pvPlot(x, control, xlim = c(range(x[["distance"]])),
  ylim = c(range(x[["distance"]])), ...)

Arguments

x

adp object from oce

control

list() with optional object 'bin' which can be used to specify the bins you wish to plot

xlim

limiting values for x axis

ylim

limiting values for y axis

Value

plot of progressive vectors,

Examples

pvPlot(adp, control = list('bin' = c(1, 5, 7)))
pvPlot(adp, control = list('bin' = c(1:length(adp[['distance']]))))

Echisholm21/mooredDataProcessing_adcp documentation built on March 29, 2022, 2:22 p.m.