Skip to content

Commit

Permalink
Re-roxygenize
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 11, 2012
1 parent b2accd6 commit dae7bb8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export(scale_shape_discrete)
export(scale_shape_identity)
export(scale_shape_manual)
export(scale_size)
export(scale_size_continuous)
export(scale_size_discrete)
export(scale_size_identity)
export(scale_size_manual)
Expand Down
3 changes: 3 additions & 0 deletions man/discrete_scale.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
\item{name}{the name of the scale - used as the axis
label or the legend title}

\item{drop}{drop unused factor levels from the scale
(\code{TRUE} or \code{FALSE})}

\item{breaks}{control the breaks in the guide. There are
four possible types of input: \itemize{ \item
\code{NULL}: don't display any breaks \item a character
Expand Down
4 changes: 4 additions & 0 deletions man/scale_gradient.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
guide = "colourbar")
}
\arguments{
\item{guide}{Type of legend. Use \code{"colourbar"} for
continuous colour bar, or \code{"legend"} for discrete
colour legend.}

\item{...}{Other arguments passed on to
\code{\link{discrete_scale}} to control name, limits,
breaks, labels and so forth.}
Expand Down
4 changes: 4 additions & 0 deletions man/scale_gradient2.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
\item{midpoint}{The midpoint (in data value) of the
diverging scale. Defaults to 0.}

\item{guide}{Type of legend. Use \code{"colourbar"} for
continuous colour bar, or \code{"legend"} for discrete
colour legend.}

\item{...}{Other arguments passed on to
\code{\link{discrete_scale}} to control name, limits,
breaks, labels and so forth.}
Expand Down
4 changes: 4 additions & 0 deletions man/scale_gradientn.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
guide = "colourbar")
}
\arguments{
\item{guide}{Type of legend. Use \code{"colourbar"} for
continuous colour bar, or \code{"legend"} for discrete
colour legend.}

\item{colours}{vector of colours}

\item{values}{if colours should not be evenly positioned
Expand Down
1 change: 1 addition & 0 deletions man/scale_identity.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\name{scale_identity}
\alias{scale_alpha_identity}
\alias{scale_color_identity}
\alias{scale_colour_identity}
\alias{scale_fill_identity}
\alias{scale_identity}
\alias{scale_linetype_identity}
Expand Down
1 change: 1 addition & 0 deletions man/scale_manual.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\name{scale_manual}
\alias{scale_alpha_manual}
\alias{scale_color_manual}
\alias{scale_colour_manual}
\alias{scale_fill_manual}
\alias{scale_linetype_manual}
\alias{scale_manual}
Expand Down
1 change: 1 addition & 0 deletions man/scale_size.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\name{scale_size}
\alias{scale_size}
\alias{scale_size_continuous}
\alias{scale_size_discrete}
\title{Size scale.}
\usage{
Expand Down

0 comments on commit dae7bb8

Please sign in to comment.