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/coef.gensvm.grid.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'R/coef.gensvm.grid.R') diff --git a/R/coef.gensvm.grid.R b/R/coef.gensvm.grid.R index 3765c32..48b2a76 100644 --- a/R/coef.gensvm.grid.R +++ b/R/coef.gensvm.grid.R @@ -20,8 +20,11 @@ #' \code{\link{gensvm.grid}}, \code{\link{gensvm-package}} #' #' @method coef gensvm.grid +#' #' @export #' +#' @importFrom stats coef +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] -- cgit v1.2.3