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

Switch to unified view

a b/man/scientific_10.Rd
1
\name{scientific_10}
2
\alias{scientific_10}
3
\title{
4
log10 scale labels in ggplot2
5
}
6
\description{
7
This function is useful for formatting labels in ggplot2 of log10 axis.
8
}
9
\usage{
10
scientific_10
11
}
12
\value{
13
numeric vector
14
}
15
\author{
16
Małgorzata Oleś <dr.malgorzata.oles@gmail.com>
17
}
18
\examples{
19
## scale_x_log10(labels=scientific_10)
20
}