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.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'R/predict.gensvm.R') diff --git a/R/predict.gensvm.R b/R/predict.gensvm.R index 2cf7401..0b5fa91 100644 --- a/R/predict.gensvm.R +++ b/R/predict.gensvm.R @@ -25,8 +25,11 @@ #' \code{\link{plot.gensvm}}, \code{\link{predict.gensvm.grid}}, #' \code{\link{gensvm}}, \code{\link{gensvm-package}} #' +#' @method predict gensvm +#' #' @export -#' @aliases predict +#' +#' @importFrom stats predict #' #' @examples #' x <- iris[, -5] -- cgit v1.2.3