Skip to content

Commit

Permalink
small documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitle committed Nov 1, 2023
1 parent fd22193 commit 33d9099
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/addRasterLegend.R
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions man/addRasterLegend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33d9099

Please sign in to comment.