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
321 B
Plaintext
18 lines
321 B
Plaintext
7 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/unit-converters.R
|
||
|
\name{torr2pascal}
|
||
|
\alias{torr2pascal}
|
||
|
\title{Convert Torr to Pascal}
|
||
|
\usage{
|
||
|
torr2pascal(torr)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{torr}{numeric}
|
||
|
}
|
||
|
\value{
|
||
|
pascal, numeric (note returns Pa, not kPa)
|
||
|
}
|
||
|
\description{
|
||
|
Convert Torr to Pascal
|
||
|
}
|