From 459ce96fa8a0072d3533bc2dc1566cc1b797401b Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Apr 2018 15:08:12 -0400 Subject: Documentation improvements --- man/gensvm.rank.score.Rd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'man/gensvm.rank.score.Rd') diff --git a/man/gensvm.rank.score.Rd b/man/gensvm.rank.score.Rd index a92d4be..627e60b 100644 --- a/man/gensvm.rank.score.Rd +++ b/man/gensvm.rank.score.Rd @@ -9,8 +9,11 @@ gensvm.rank.score(x) \arguments{ \item{x}{array of numeric values} } -\details{ -This function computes the ranks for the values in an array. The highest -value gets the smallest rank. Ties are broken by assigning the smallest -value. +\value{ +array with the ranks of the values in the input array. +} +\description{ +This function computes the ranks for the values in an array. +The highest value gets the smallest rank. Ties are broken by assigning the +smallest value. The smallest rank is 1. } -- cgit v1.2.3