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.
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
8 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/unit-converters-electrochemical.R
|
||
|
\name{SHE2AVS}
|
||
|
\alias{SHE2AVS}
|
||
|
\title{SHE -> AVS}
|
||
|
\usage{
|
||
|
SHE2AVS(she)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{she}{Potential in SHE scale}
|
||
|
}
|
||
|
\value{
|
||
|
potential in AVS scale (numeric)
|
||
|
}
|
||
|
\description{
|
||
|
Converts from SHE scale to absolute vacuum (AVS) scale
|
||
|
}
|
||
|
|