diff --git a/R/addRasterLegend.R b/R/addRasterLegend.R index 1b95fc3..66104b5 100644 --- a/R/addRasterLegend.R +++ b/R/addRasterLegend.R @@ -53,11 +53,11 @@ ##' @return Invisibly returns a list with the following components. ##' \itemize{ -##' \item{coords}{2-column matrix of xy coordinates for each color bin in the legend.} -##' \item{width}{Coordinates for the short dimension of the legend.} -##' \item{pal}{the color ramp} -##' \item{tickLocs}{the tick mark locations in plotting units} -##' \item{labels}{the values associated with those tick locations.} +##' \item coords: 2-column matrix of xy coordinates for each color bin in the legend. +##' \item width: Coordinates for the short dimension of the legend. +##' \item pal: the color ramp +##' \item tickLocs: the tick mark locations in plotting units +##' \item labels: the values associated with those tick locations. ##' } ##' @author Pascal Title diff --git a/man/addRasterLegend.Rd b/man/addRasterLegend.Rd index 487392c..b6c9716 100644 --- a/man/addRasterLegend.Rd +++ b/man/addRasterLegend.Rd @@ -86,11 +86,11 @@ to \code{\link{format}}} \value{ Invisibly returns a list with the following components. \itemize{ -\item{coords}{2-column matrix of xy coordinates for each color bin in the legend.} -\item{width}{Coordinates for the short dimension of the legend.} -\item{pal}{the color ramp} -\item{tickLocs}{the tick mark locations in plotting units} -\item{labels}{the values associated with those tick locations.} + \item coords: 2-column matrix of xy coordinates for each color bin in the legend. + \item width: Coordinates for the short dimension of the legend. + \item pal: the color ramp + \item tickLocs: the tick mark locations in plotting units + \item labels: the values associated with those tick locations. } } \description{