From 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Apr 2018 13:34:47 -0400 Subject: Add importFrom statements --- R/predict.gensvm.grid.R | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'R/predict.gensvm.grid.R') diff --git a/R/predict.gensvm.grid.R b/R/predict.gensvm.grid.R index 7555368..df48d76 100644 --- a/R/predict.gensvm.grid.R +++ b/R/predict.gensvm.grid.R @@ -28,8 +28,12 @@ #' \code{\link{gensvm}}, \code{\link{predict.gensvm.grid}}, #' \code{\link{plot.gensvm}}, \code{\link{gensvm-package}} #' +#' @method predict gensvm.grid +#' #' @export #' +#' @importFrom stats predict +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] -- cgit v1.2.3