Skip to content

Commit ce2065b

Browse files
committed
m
1 parent d1123c4 commit ce2065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/split.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Split a SpatRaster by layer, or a SpatVector by attributes. You can also split t
2525
\arguments{
2626
\item{x}{SpatRaster or SpatVector}
2727
\item{f}{If \code{x} is a SpatRaster: a vector of the length \code{nlyr(x)}. If \code{x} is a SpatVector: a field (variable) name or a vector of the same length as \code{x}; or, if \code{x} is a SpatVector of polygons, a SpatVector of lines or polygons to split the polygon geometries}
28-
\item{min_node_dist}{postive number indicating the minimum node distance to use (in m) for longitude/latitude data. Additional nodes are added as needed to improve precision. See \code{\link{densify}}}
28+
\item{min_node_dist}{postive number indicating the minimum node distance to use (in m) for longitude/latitude data. To ensure this minium distance between nodes, additional nodes are added as needed, to improve precision. See \code{\link{densify}}}
2929
}
3030

3131
\value{

0 commit comments

Comments
 (0)