make_oce_table | R Documentation |
Write cast data to an oce or rds file
make_oce_table(
cast_files,
precision = c(temperature = 4, conductivity = 6, salinity = 4, absolute_salinity = 4,
sound_speed = 3, density = 3, pressure = 3, oxygen = 4, ph = 3, velocity = 3),
output_file
)
cast_files |
Paths to accepted profiles. |
precision |
Precision to use for variables as a named numeric vector. |
output_file |
Output filepath for netCDF file. |
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.