convert2Kelvin: Convert temperature to Kelvin

View source: R/convertTemperatures.R

convert2KelvinR Documentation

Convert temperature to Kelvin

Description

Converts temperature measurements into Kelvin

Usage

convert2Kelvin(temp, input = "C")

Arguments

temp

The value of the temperature to convert

input

The unit of the temperature to convert, allowed values are "C", "F".

Value

Numeric value in Kelvin

Examples

convert2Kelvin(15, input="C")
convert2Kelvin(15, input="F")


sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.