You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
364 B
R
18 lines
364 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/unit-converters.R
|
|
\name{Celsius2Kelvin}
|
|
\alias{Celsius2Kelvin}
|
|
\title{Convert from Celsius scale to Kelvin}
|
|
\usage{
|
|
Celsius2Kelvin(Celsius)
|
|
}
|
|
\arguments{
|
|
\item{Celsius}{degrees Celsius (numeric)}
|
|
}
|
|
\value{
|
|
Kelvin (numeric)
|
|
}
|
|
\description{
|
|
Converts temperature from Celsius to Kelvin.
|
|
}
|