The sort function [🇷 for BE/BA]
Hi Helmut,
Sorting does another thing than what I needed.
I was looking for exactly what rank does, although at the time I wrote the post I did not know this function was there. So I initially thought order was appropriate, and I got very confused about it
It all relates to SaToWIB and the functions that compare two concentration vectors. More shall be revealed
❝ why not simply sort()
?
❝ x <- c(6, 7, 5, 8)
❝ x; sort(x)
❝ [1] 6 7 5 8
❝ [1] 5 6 7 8
Sorting does another thing than what I needed.
I was looking for exactly what rank does, although at the time I wrote the post I did not know this function was there. So I initially thought order was appropriate, and I got very confused about it
It all relates to SaToWIB and the functions that compare two concentration vectors. More shall be revealed
—
Pass or fail!
ElMaestro
Pass or fail!
ElMaestro
Complete thread:
- The order function ElMaestro 2024-03-24 17:07 [🇷 for BE/BA]
- The order function ElMaestro 2024-03-24 20:31
- The order function Helmut 2024-03-24 21:12
- The order function d_labes 2024-03-26 19:58
- The order function ElMaestro 2024-03-27 08:43
- The sort function Helmut 2024-04-02 10:51
- The sort functionElMaestro 2024-04-02 22:44
- lag-times of profiles and cor() Helmut 2024-04-04 09:39
- Roaster VII/VIII, Bandana Castor, and Effiou ElMaestro 2024-04-04 12:30
- Nomen est omen Helmut 2024-04-04 13:04
- Nomen est omen ElMaestro 2024-04-04 13:50
- Nomen est omen Ohlbe 2024-04-04 14:52
- Nomen est omen ElMaestro 2024-04-04 16:16
- Nomen est omen nobody 2024-04-10 09:21
- Nomen est omen Ohlbe 2024-04-10 09:34
- Nomen est omen nobody 2024-04-10 10:21
- Nomen est omen Ohlbe 2024-04-10 09:34
- Nomen est omen nobody 2024-04-10 09:21
- Nomen est omen ElMaestro 2024-04-04 16:16
- Nomen est omen Ohlbe 2024-04-04 14:52
- Nomen est omen ElMaestro 2024-04-04 13:50
- Nomen est omen Helmut 2024-04-04 13:04
- Roaster VII/VIII, Bandana Castor, and Effiou ElMaestro 2024-04-04 12:30
- lag-times of profiles and cor() Helmut 2024-04-04 09:39
- The sort functionElMaestro 2024-04-02 22:44
- The sort function Helmut 2024-04-02 10:51
- The order function ElMaestro 2024-03-27 08:43
- The order function ElMaestro 2024-03-24 20:31