plotArgoTS | R Documentation |
Plot a TS diagram for an argoFloats object that was created with
readProfiles()
. This function is called by plot,argoFloats-method()
,
but may also be called directly.
plotArgoTS(
x,
xlim = NULL,
ylim = NULL,
type = "p",
cex = 1,
col = NULL,
pch = 1,
bg = "white",
eos = "gsw",
TSControl = NULL,
debug = 0,
...
)
x |
an argoFloats object that was created with |
xlim, ylim |
optional limits of salinity and temperature axes; if not provided, the plot region will be large enough to show all the data. |
type |
character value indicating the of plot. This has the same meaning
as for general R plots: |
cex, col, pch, bg |
values that have the same meaning as for general R plots
if |
eos |
character value, either |
TSControl |
an optional list that may have a logical element named |
debug |
an integer controlling how much information is to be printed
during operation. Use 0 for silent work, 1 for some information and 2 for
more information. Note that |
... |
extra arguments provided to |
Dan Kelley and Jaimie Harbin
Argo Data Management. “Argo User’s Manual.” Ifremer, July 5, 2022. https://doi.org/10.13155/29825.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.