pvPlot: Progressive vector plot

Description Usage Arguments Value Examples

View source: R/adcpToolbox.R

Description

Progressive vector plot

Usage

1
2
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

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

EOGrady21/mooredDataProcessing_adcp documentation built on March 3, 2022, 12:01 a.m.