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

Switch to unified view

a b/man/percentAxisScale.Rd
1
\name{percentAxisScale}
2
\alias{percentAxisScale}
3
\title{
4
Fraction to percent converter
5
}
6
\description{
7
The function converts fractions to percent by multiplying input value by 100.
8
}
9
\usage{
10
percentAxisScale(x)
11
}
12
\arguments{
13
  \item{x}{numeric vector}
14
}
15
\value{
16
numeric vector
17
}
18
\author{
19
Małgorzata Oleś <dr.malgorzata.oles@gmail.com>
20
}
21
\examples{
22
percentAxisScale(x=c(0, 0.1, 1))
23
}