Skip to content

Commit

Permalink
rd
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 15, 2025
1 parent 18677bc commit e0961ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions man/bestMatch.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\alias{bestMatch}
\alias{bestMatch,SpatRaster,SpatVector-method}
\alias{bestMatch,SpatRaster,data.frame-method}
\alias{bestMatch,SpatRaster,matrix-method}

\title{bestMatch}

Expand All @@ -13,11 +14,11 @@ Similarity is computed with the mean absolute or the mean squared differences be
}

\usage{
\S4method{bestMatch}{SpatRaster,SpatVector}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=TRUE, wopt=list())
\S4method{bestMatch}{SpatRaster,SpatVector}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=FALSE, wopt=list())

\S4method{bestMatch}{SpatRaster,data.frame}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=TRUE, wopt=list())
\S4method{bestMatch}{SpatRaster,data.frame}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=FALSE, wopt=list())

\S4method{bestMatch}{SpatRaster,matrix}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=TRUE, wopt=list())
\S4method{bestMatch}{SpatRaster,matrix}(x, y, labels=NULL, fun="squared", ..., filename="", overwrite=FALSE, wopt=list())
}

\arguments{
Expand Down

0 comments on commit e0961ff

Please sign in to comment.