Skip to content

Commit e14bf4b

Browse files
committed
second: update doc
1 parent ba58de8 commit e14bf4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
S3method(GOF,matrix)
34
S3method(as_rast,spInterp)
45
S3method(plot,spInterp)
56
S3method(predict,kfold)
@@ -11,6 +12,7 @@ S3method(select,matrix)
1112
export("%$%")
1213
export("%<>%")
1314
export("%>%")
15+
export(GOF)
1416
export(Tps)
1517
export(ab_angle)
1618
export(angle)

R/tools_Ipaper.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,10 @@ createFolds <- function(y, k = 10, list = TRUE, returnTrain = FALSE) {
220220
}
221221

222222

223+
#' @export
223224
GOF <- function(yobs, ysim, w, include.cv = FALSE, include.r = TRUE) UseMethod("GOF", yobs)
224225

226+
#' @export
225227
GOF.matrix <- function(yobs, ysim, w, include.cv = FALSE, include.r = TRUE) {
226228
obs = c(yobs)
227229
sim = c(as.matrix(ysim))

0 commit comments

Comments
 (0)