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
365 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/unit-converters.R
\name{Kelvin2Celsius}
\alias{Kelvin2Celsius}
\title{Convert from Kelvin to Celsius scale}
\usage{
Kelvin2Celsius(Kelvin)
}
\arguments{
\item{Kelvin}{(numeric)}
}
\value{
degrees Celsius (numeric)
}
\description{
Converts from temperature in Kelvin to degrees Celsius
}