From 50b52b707ea3d02a26b42554a424c3983f16aa58 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 27 Mar 2018 13:57:25 +0100 Subject: fix examples after testing them all --- R/gensvm.grid.R | 5 ----- 1 file changed, 5 deletions(-) (limited to 'R/gensvm.grid.R') diff --git a/R/gensvm.grid.R b/R/gensvm.grid.R index 5d27fde..2b90e57 100644 --- a/R/gensvm.grid.R +++ b/R/gensvm.grid.R @@ -592,11 +592,6 @@ gensvm.expand.param.grid <- function(pg, n.features) #' #' @param x array of numeric values #' -#' @examples -#' x <- c(7, 0.1, 0.5, 0.1, 10, 100, 200) -#' gensvm.rank.score(x) -#' [ 4 6 5 6 3 2 1 ] -#' gensvm.rank.score <- function(x) { x <- as.array(x) -- cgit v1.2.3