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/predict.gensvm.R | |
| parent | Remove debug symbols from compilation (diff) | |
| download | rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.tar.gz rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.zip | |
Add importFrom statements
Diffstat (limited to 'R/predict.gensvm.R')
| -rw-r--r-- | R/predict.gensvm.R | 5 |
1 files changed, 4 insertions, 1 deletions
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] |
