[R] [R-pkgs] Package 'sftrack': Modern classes for tracking and movement data

2020-11-16 Thread Mathieu Basille
ned by itself (x,y,t1→x,y,t2) and independent from other steps (each step can be handled on its own). See the details of the implementation in the documentation of the dev branch: https://mablab.org/sftrack/dev/articles/sftrack6_time.html Best, Mathieu Basille, for the 'sftrack' team.

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-08-26 Thread Mathieu Basille
- From: Mathieu Basille [mailto:basille@ase-research.org] Sent: Thursday, August 01, 2013 10:31 AM To: R help Cc: William Dunlap Subject: Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)' Nicely spotted, Bill! You went much far

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-08-01 Thread Mathieu Basille
; [1] "17" [1] "16" [1] "15" [1] "14" [1] "13" [1] "12" [1] "11" [1] "10" [1] "9" [1] "8" [1] "7" [1] "6" [1] "5" [1] &quo

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-08-01 Thread Mathieu Basille
ot; 99980" " 99981" " 99982" " 99983" " 99984" [41] " 99985" " 99986" " 99987" " 99988" " 99989" " 0" " 99991" " 2" [49] " 3" " 4" &

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-08-01 Thread Mathieu Basille
t attached): [1] plyr_1.8tools_3.0.1 - Original Message - From: Mathieu Basille To: arun Cc: R help Sent: Tuesday, July 30, 2013 2:29 PM Subject: Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)' Thanks Arun for you

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-07-30 Thread Mathieu Basille
c = FALSE,trim=TRUE) id2[0:100010] # [1] "99990" "1" "2" "3" "4" "5" "6" "7" #[9] "8" "9" "10" "11" "12" &

Re: [R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-07-30 Thread Mathieu Basille
available under Debian Testing... Hopefully this can help tracking down the problem. Mathieu. Le 07/30/2013 01:58 PM, David Winsemius a écrit : On Jul 30, 2013, at 9:01 AM, Mathieu Basille wrote: Dear list, Here is a simple example in which the behaviour of 'format' does not make

[R] 'format' behaviour in a 'apply' call depending on 'options(digits = K)'

2013-07-30 Thread Mathieu Basille
ot; "18" "19" "100010" Here the leading spaces are for every number, which makes sense to me. Is there anything I'm misinterpreting in the behaviour of 'format'? Thanks in advance for any hint, Mathieu. PS: Some background for this question. It all comes f