Skip to content

Commit 1fe8bfb

Browse files
committed
fixes #2166
1 parent 7c0cd05 commit 1fe8bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/NAflag.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
\title{Set the NA flag}
1010

1111
\description{
12-
The main purpose of this method is to allow correct reading of a SpatRaster that is based on a file that has an incorrect or missing NA flag. The file is not changed, but the flagged value is set to NA when values are read from the file. In contrast, if the cell values are in memory the change is made immediately.
12+
The main purpose of this method is to allow correct reading of a SpatRaster that is based on a file that has an incorrect or missing NA flag. The file is not changed, but the flagged value is set to NA when values are read from the file. In contrast, if the cell values are in memory the change is made immediately. \code{NAflag} does *not* return the "NoData Value" that is stored in the file (use \code{\link{describe}} to find that value.
1313

1414
To change cell values, you can use \code{\link{classify}}
1515
}

0 commit comments

Comments
 (0)