Description Usage Arguments Value Examples
View source: R/geom-isopycnal.R
Generate an 'isolines' object representing isopycnals
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | isopycnal_isolines(
salinity,
temperature,
ref_pressure = 0,
ref_longitude = NULL,
ref_latitude = NULL,
salinity_type = c("practical", "absolute"),
temperature_type = c("in-situ", "potential", "conservative"),
trim_freezing = TRUE,
breaks = pretty,
n_breaks = 5,
n_sal = 200,
n_temp = 200,
eos = getOption("oceEOS", default = "gsw")
)
|
salinity, salinity_type |
A salinity value. Use
|
temperature, temperature_type |
A temperature value. Use
|
ref_pressure |
The pressure that should be used to calculate density contours in dbar. |
ref_longitude, ref_latitude |
The latitude and longitude that should
be used in seawater calculations if |
trim_freezing |
Don't draw contours outside the freezing region. |
breaks |
A numeric vector or function used to generate breaks from objects. |
n_breaks |
Passed to |
n_sal |
Number of points with which contours should be approximated on the salinity axis. |
n_temp |
Number of points with which contours should be approximated on the temperature axis. |
eos |
The equation of state: one of "unesco" or "gsw". See
|
An object returned by isoband::isolines()
. The x
values
of the output refer to salinity
and the y
values of the output
refer to temperature.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.