[226bc8]: / man / percentAxisScale.Rd

Download this file

24 lines (23 with data), 385 Bytes

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