diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
| commit | 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 (patch) | |
| tree | 51228d63b1333b2e5e08578b6fc0d751fe983fe8 /R/coef.gensvm.grid.R | |
| parent | Remove debug symbols from compilation (diff) | |
| download | rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.tar.gz rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.zip | |
Add importFrom statements
Diffstat (limited to 'R/coef.gensvm.grid.R')
| -rw-r--r-- | R/coef.gensvm.grid.R | 3 |
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] |
