Re: [R] R_qsort decreasing =T

2011-04-23 Thread David Winsemius
On Apr 23, 2011, at 2:10 PM, kv wrote: Hello, i'm using & . What is the c equivalent to sort(x,deceasing=T) i.e. to get sort(x) i type R_qsort(x, 1, n), where do i set the decreasing=T flag ? More generally, is there a place where the functions in the R sources are documented ? methods(

[R] R_qsort decreasing =T

2011-04-23 Thread kv
Hello, i'm using & . What is the c equivalent to sort(x,deceasing=T) i.e. to get sort(x) i type R_qsort(x, 1, n), where do i set the decreasing=T flag ? More generally, is there a place where the functions in the R sources are documented ? Best, -- View this message in context: http://