From a16d89f1807f06b7c189e508a6fce72ac68421ae Mon Sep 17 00:00:00 2001 From: rhijmans Date: Thu, 1 Feb 2024 09:30:34 +0100 Subject: [PATCH] m --- man/as.list.Rd | 1 - 1 file changed, 1 deletion(-) diff --git a/man/as.list.Rd b/man/as.list.Rd index ae43f2382..6aa46a00e 100644 --- a/man/as.list.Rd +++ b/man/as.list.Rd @@ -27,7 +27,6 @@ Coerce a SpatRaster, SpatRasterCollection, SpatRasterDataset, SpatVector or Spat \arguments{ \item{x}{SpatRaster, SpatRasterDataset, SpatRasterCollection, or SpatVector} \item{geom}{character or NULL. If not NULL, and \code{x} is a SpatVector, it should be either "WKT" or "HEX", to get the geometry included in Well-Known-Text or hexadecimal notation. If \code{x} has point geometry, it can also bey "XY" to add the coordinates of each point. If \code{x} is a SpatRaster, any value that is not NULL will return a list with the the parameters describing the geometry of the SpatRaster are returned} - } \item{...}{additional arguments. These are ignored} }