Diff of /man/LogVMR.Rd [000000] .. [4a0329]

Switch to unified view

a b/man/LogVMR.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/scAI_model.R
3
\name{LogVMR}
4
\alias{LogVMR}
5
\title{Calculate the variance to mean ratio of logged values}
6
\usage{
7
LogVMR(x)
8
}
9
\arguments{
10
\item{x}{A vector of values}
11
}
12
\value{
13
Returns the VMR in log-space
14
}
15
\description{
16
Calculate the variance to mean ratio (VMR) in non-logspace (return answer in
17
log-space)
18
}
19
\examples{
20
LogVMR(x = c(1, 2, 3))
21
22
}