pvPlot | R Documentation |
Progressive vector plot
pvPlot(x, control, xlim = c(range(x[["distance"]])), ylim = c(range(x[["distance"]])), ...)
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 |
plot of progressive vectors,
pvPlot(adp, control = list('bin' = c(1, 5, 7))) pvPlot(adp, control = list('bin' = c(1:length(adp[['distance']]))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.