Skip to content

Commit

Permalink
fixes #1390
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 4, 2024
1 parent a74dc24 commit c37b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/plotRGB.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An alternative way to plot RGB images is to first use \code{\link{colorize}} to
\item{a}{NULL or integer between 1 and \code{nlyr(x)}. Layer to use as the alpha (transparency) channel. If not NULL, argument \code{alpha} is ignored}
\item{scale}{integer. Maximum (possible) value in the three channels. Defaults to 255 or to the maximum value of \code{x} if that is known and larger than 255}
\item{mar}{numeric vector recycled to length 4 to set the margins of the plot. Use \code{mar=NULL} or \code{mar=NA} to not set the margins}
\item{stretch}{character. Option to stretch the values to increase contrast: "lin" (linear) or "hist" (histogram)}
\item{stretch}{character. Option to stretch the values to increase contrast: "lin" (linear) or "hist" (histogram). The linear stretch uses \code{\link{stretch}} with arguments \code{minq=0.02} and \code{maxq=0.98}}
\item{smooth}{logical. If \code{TRUE}, smooth the image when drawing to get the appearance of a higher spatial resolution}
\item{colNA}{color. The color used for cells that have NA values}
\item{alpha}{transparency. Integer between 0 (transparent) and 255 (opaque)}
Expand Down

0 comments on commit c37b78c

Please sign in to comment.