Skip to content

Commit 4806323

Browse files
committed
remove references to variogram.line (CRAN NOTE)
1 parent a320264 commit 4806323

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

R/variogramLine.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,3 @@ function(object, maxdist, n = 200, min=1.0e-6 * maxdist, dir = c(1,0,0),
2525
else
2626
data.frame(dist=ret[[1]], gamma=ret[[2]])
2727
}
28-
29-
# Sat Mar 14 15:11:55 CET 2015: removed this:
30-
# "variogram.line" <- function(..., deprecate = TRUE) {
31-
# if (deprecate)
32-
# cat("variogram.line is DEPRECATED, please use variogramLine instead\n")
33-
# variogramLine(...)
34-
# }

man/variogram.Rd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ Pebesma, E.J., 2004. Multivariable geostatistics in S: the gstat package.
163163
Computers and Geosciences, 30: 683-691.
164164
}
165165
\author{ Edzer Pebesma }
166-
\note{
167-
\code{variogram.line} is DEPRECATED; it is and was never meant as a variogram
168-
method, but works automatically as such by the R dispatch system. Use
169-
variogramLine instead.
170-
}
171166
\seealso{
172167
\link{print.gstatVariogram},
173168
\link{plot.gstatVariogram},

0 commit comments

Comments
 (0)