1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{ggscale}
\alias{ggscale}
\title{Components of a scale:}
\description{
Guide related:
}
\details{
\itemize{
\item name
\item breaks
\item labels
\item expand
}
Mapping related:
\itemize{
\item aesthetic
\item limits
\item palette
\item trans
}
Scales are an S3 class with a single mutable component implemented with
a reference class - the range of the data. This mutability makes working
with scales much easier, because it makes it possible to distribute the
training, without having to worry about collecting all the pieces back
together again.
}
\keyword{internal}
|