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