Skip to content

Commit

Permalink
Merge pull request #1683 from ManuelPopp/patch-1
Browse files Browse the repository at this point in the history
Update not.na.Rd
  • Loading branch information
rhijmans authored Dec 20, 2024
2 parents 73af545 + 6e4c748 commit 87b7cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/not.na.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Shortcut method to avoid the two-step \code{!is.na(x)}

\arguments{
\item{x}{SpatRaster}
\item{falseNA}{logical. Should the result be \code{TRUE, NA} instead of \code{TRUE, FALSE}?}
\item{falseNA}{logical. If set to \code{TRUE}, the output raster will contain values of \code{TRUE} and \code{NA}. By default, the output raster will contain values of \code{TRUE} and \code{FALSE}.}
\item{filename}{character. Output filename}
\item{...}{additional arguments for writing files as in \code{\link{writeRaster}}}
}
Expand Down

0 comments on commit 87b7cb2

Please sign in to comment.