From 6e4c74896de1d60a5eca548d597368f500248e10 Mon Sep 17 00:00:00 2001 From: Manuel Richard Popp <34488159+ManuelPopp@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:17:33 +0100 Subject: [PATCH] Update not.na.Rd Clarified the options of falseNA --- man/not.na.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/not.na.Rd b/man/not.na.Rd index 0327a392a..863e0e8df 100644 --- a/man/not.na.Rd +++ b/man/not.na.Rd @@ -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}}} }