| integer_to_conductivity | R Documentation | 
Convert SBE integer to conductivity
integer_to_conductivity(
  conductivity_integer,
  temperature,
  pressure,
  condg,
  condh,
  condi,
  condj,
  cpcor,
  ctcor,
  par0 = 256,
  par1 = 1000,
  sig_figs = 6
)
| conductivity_integer | Conductivity voltage integer | 
| temperature | Temperature in degrees C | 
| pressure | Presssure in degrees C | 
| condg | Conductivity calibration parameter condg | 
| condh | Conductivity calibration parameter condh | 
| condi | Conductivity calibration parameter condi | 
| condj | Conductivity calibration parameter condj | 
| cpcor | Conductivity calibration parameter cpcor | 
| ctcor | Conductivity calibration parameter ctcor | 
| par0 | Constant to convert integer to voltage | 
| par1 | Constant to convert integer to voltage | 
| sig_figs | number of significant digits to use for conductivity (default = 6) | 
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.