Diff of /man/exp10div.Rd [000000] .. [226bc8]

Switch to unified view

a b/man/exp10div.Rd
1
\name{exp10div}
2
\alias{exp10div}
3
\title{
4
Axis labels for p-values
5
}
6
\description{
7
The function formats axis labels of p-values in a nice way.
8
}
9
\usage{
10
exp10div(x)
11
}
12
\arguments{
13
  \item{x}{numeric}
14
}
15
\value{
16
Object of class expression
17
}
18
\author{
19
Małgorzata Oleś <dr.malgorzata.oles@gmail.com>
20
}
21
\examples{
22
exp10div(-10)
23
}