aboutsummaryrefslogtreecommitdiff
path: root/R/coef.gensvm.grid.R
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 13:34:47 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 13:34:47 -0400
commit0179fa5f3565159dd3400a89b5762f9a1ba63fd4 (patch)
tree51228d63b1333b2e5e08578b6fc0d751fe983fe8 /R/coef.gensvm.grid.R
parentRemove debug symbols from compilation (diff)
downloadrgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.tar.gz
rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.zip
Add importFrom statements
Diffstat (limited to 'R/coef.gensvm.grid.R')
-rw-r--r--R/coef.gensvm.grid.R3
1 files changed, 3 insertions, 0 deletions
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]