Learn R Programming

jjb (version 0.1.1)

celsius_to_kelvin: Celsius to Kelvin Conversion

Description

Converts temperature recorded in Celsius to Kelvin.

Usage

celsius_to_kelvin(t_celsius)

Arguments

t_celsius

Temperature recorded in Celsius.

Value

A numeric vector.

Examples

Run this code
# NOT RUN {
celsius_to_kelvin(92)

celsius_to_kelvin(32)
# }

Run the code above in your browser using DataLab