The R Project SVN R

Rev

Rev 51762 | Rev 52081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51762 Rev 51900
Line 1... Line 1...
1
 
1
 
2
R version 2.12.0 Under development (unstable) (2010-04-18 r51761)
2
R version 2.12.0 Under development (unstable) (2010-05-03 r51899)
3
Copyright (C) 2010 The R Foundation for Statistical Computing
3
Copyright (C) 2010 The R Foundation for Statistical Computing
4
ISBN 3-900051-07-0
4
ISBN 3-900051-07-0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 2786... Line 2786...
2786
+        })
2786
+        })
2787
$`span = 10 secs`
2787
$`span = 10 secs`
2788
[1] "00" "02" "04" "06" "08" "10"
2788
[1] "00" "02" "04" "06" "08" "10"
2789
 
2789
 
2790
$`span = 1 min`
2790
$`span = 1 min`
2791
[1] "00" "15" "30" "45" "00"
2791
[1] "00" "10" "20" "30" "40" "50" "00"
2792
 
2792
 
2793
$`span = 5 mins`
2793
$`span = 5 mins`
2794
[1] "02:02" "02:03" "02:04" "02:05" "02:06" "02:07"
2794
[1] "02:02" "02:03" "02:04" "02:05" "02:06" "02:07"
2795
 
2795
 
2796
$`span = 30 mins`
2796
$`span = 30 mins`
Line 2810... Line 2810...
2810
 
2810
 
2811
$`span = 1 month`
2811
$`span = 1 month`
2812
[1] "Feb 04" "Feb 11" "Feb 18" "Feb 25"
2812
[1] "Feb 04" "Feb 11" "Feb 18" "Feb 25"
2813
 
2813
 
2814
$`span = 6 months`
2814
$`span = 6 months`
2815
[1] "2002 Feb" "2002 Mar" "2002 Apr" "2002 May" "2002 Jun" "2002 Jul"
2815
[1] "Mar" "Apr" "May" "Jun" "Jul" "Aug"
2816
 
2816
 
2817
$`span = 1 year`
2817
$`span = 1 year`
2818
[1] "2002 Apr" "2002 Jul" "2002 Oct" "2003 Jan"
2818
[1] "Apr" "Jul" "Oct" "Jan"
2819
 
2819
 
2820
$`span = 10 years`
2820
$`span = 10 years`
2821
[1] "2004" "2006" "2008" "2010" "2012"
2821
[1] "2004" "2006" "2008" "2010" "2012"
2822
 
2822
 
2823
$`span = 50 years`
2823
$`span = 50 years`