unitConversion: Convert units

View source: R/unitConversion.R

unitConversionR Documentation

Convert units

Description

Convert units

Usage

unitConversion(
  data.source = "dss",
  station.type = "transect",
  units = "kaf",
  graph_type = "barchart",
  digits.precision = 3,
  DEBUG = FALSE
)

Arguments

data.source

can be "dss" or "netcdf"

station.type

station type. options: transect

units

units desired. options: kaf, cfs, cms

graph_type

graph produced

digits.precision

decimal places reported

DEBUG

not sure what this is for

Value

value


troyhill/RSM documentation built on Aug. 23, 2022, 2:40 p.m.