summary: A summary of a DBBMM or DBBMMStack, Move or MoveStack object

Description Usage Arguments Details Author(s) Examples

Description

Summarizes the information of the raster from a DBBMM or DBBMMStack, or the data from a Move or MoveStack object

Usage

1
2
3
4
5
6
7
8
  ## S4 method for signature '.UD'
summary(object)
  ## S4 method for signature '.UDStack'
summary(object)
  ## S4 method for signature '.MoveTrackSingle'
summary(object)
  ## S4 method for signature '.MoveTrackStack'
summary(object)

Arguments

object

a DBBMM/DBBMMStack, Move/MoveStack object

Details

Returns the projection, extent, and maximum and minimum values of the raster stored within the DBBMM or DBBMMStack object. If the object is a Move or MoveStack object the functions distance, time, speed, and angle is called and a list with the summarized values is returned.

Author(s)

Marco Smolla

Examples

1
2
3
4
5
6
7
data(leroy)
data(fishers)
data(leroydbbmm)
  summary(leroy) # summary of angle measures of a Move object
  summary(fishers) # summary of angle measures of a MoveStack object
  summary(leroydbbmm) # summary of a DBBMM object
  

Example output

Loading required package: geosphere
Loading required package: sp
Loading required package: raster
Loading required package: rgdal
rgdal: version: 1.2-10, (SVN revision 673)
 Geospatial Data Abstraction Library extensions to R successfully loaded
 Loaded GDAL runtime: GDAL 1.10.1, released 2013/08/26
 Path to GDAL shared files: /usr/share/gdal/1.10
 Loaded PROJ.4 runtime: Rel. 4.8.0, 6 March 2012, [PJ_VERSION: 480]
 Path to PROJ.4 shared files: (autodetected)
WARNING: no proj_defs.dat in PROJ.4 shared files
 Linking to sp version: 1.2-3 
Object of class Move
Coordinates:
                    min       max
location.long -73.93067 -73.84366
location.lat   42.70898  42.76870
Is projected: FALSE 
proj4string :
[+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0]
Number of points: 919
Data attributes:
   timestamp                   eobs.battery.voltage
 Min.   :2009-02-11 12:16:45   Min.   :3596        
 1st Qu.:2009-02-16 06:07:54   1st Qu.:3625        
 Median :2009-02-22 04:15:45   Median :3632        
 Mean   :2009-02-21 13:08:07   Mean   :3635        
 3rd Qu.:2009-02-27 00:53:06   3rd Qu.:3642        
 Max.   :2009-03-04 09:17:00   Max.   :3666        
                                                   
 eobs.horizontal.accuracy.estimate eobs.key.bin.checksum
 Min.   : 3.07                     Min.   :3.259e+06    
 1st Qu.: 7.17                     1st Qu.:1.060e+09    
 Median :11.52                     Median :2.122e+09    
 Mean   :16.53                     Mean   :2.131e+09    
 3rd Qu.:20.74                     3rd Qu.:3.148e+09    
 Max.   :97.02                     Max.   :4.292e+09    
                                                        
 eobs.speed.accuracy.estimate              eobs.start.timestamp eobs.status
 Min.   : 0.270               2009-02-11 12:14:59.000:  1       A:919      
 1st Qu.: 5.140               2009-02-11 12:30:01.000:  1       D:  0      
 Median : 6.960               2009-02-11 12:45:01.000:  1                  
 Mean   : 8.356               2009-02-11 13:00:02.000:  1                  
 3rd Qu.:10.120               2009-02-11 13:15:01.000:  1                  
 Max.   :33.040               2009-02-11 13:30:01.000:  1                  
                              (Other)                :913                  
 eobs.temperature eobs.type.of.fix eobs.used.time.to.get.fix  ground.speed    
 Min.   :13.00    Min.   :3        Min.   :  4.00            Min.   : 0.0100  
 1st Qu.:21.00    1st Qu.:3        1st Qu.: 18.00            1st Qu.: 0.2200  
 Median :24.00    Median :3        Median : 42.00            Median : 0.4500  
 Mean   :23.78    Mean   :3        Mean   : 41.53            Mean   : 0.8494  
 3rd Qu.:26.00    3rd Qu.:3        3rd Qu.: 54.00            3rd Qu.: 0.9100  
 Max.   :35.00    Max.   :3        Max.   :119.00            Max.   :31.7100  
                                                                              
    heading       height.above.ellipsoid  utm.easting      utm.northing    
 Min.   :  0.00   Min.   :-169.60        Min.   :587508   Min.   :4729143  
 1st Qu.: 20.32   1st Qu.:  61.60        1st Qu.:590133   1st Qu.:4731831  
 Median :151.39   Median :  74.50        Median :590893   Median :4732940  
 Mean   :173.19   Mean   :  73.87        Mean   :591263   Mean   :4732794  
 3rd Qu.:335.54   3rd Qu.:  87.10        3rd Qu.:592469   3rd Qu.:4734011  
 Max.   :359.79   Max.   : 349.00        Max.   :594679   Max.   :4735720  
                                                                           
 utm.zone  study.local.timestamp        
    :  0   Min.   :2009-02-11 06:16:45  
 18N:919   1st Qu.:2009-02-16 00:07:54  
           Median :2009-02-21 22:15:45  
           Mean   :2009-02-21 07:08:07  
           3rd Qu.:2009-02-26 18:53:06  
           Max.   :2009-03-04 03:17:00  
                                        
Object of class MoveStack
Coordinates:
                    min       max
location.long -73.94032 -73.84366
location.lat   42.70898  42.85100
Is projected: FALSE 
proj4string :
[+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0]
Number of points: 9877
Data attributes:
   timestamp                   eobs.battery.voltage
 Min.   :2009-02-11 12:16:45   Min.   :3449        
 1st Qu.:2010-02-21 09:40:08   1st Qu.:3613        
 Median :2010-03-05 22:12:10   Median :3627        
 Mean   :2010-02-01 03:45:14   Mean   :3627        
 3rd Qu.:2010-03-19 10:26:10   3rd Qu.:3642        
 Max.   :2010-03-31 17:31:26   Max.   :3740        
                                                   
 eobs.horizontal.accuracy.estimate eobs.key.bin.checksum
 Min.   : 2.05                     Min.   :5.244e+05    
 1st Qu.: 7.68                     1st Qu.:1.058e+09    
 Median :10.75                     Median :2.132e+09    
 Mean   :15.17                     Mean   :2.141e+09    
 3rd Qu.:18.18                     3rd Qu.:3.210e+09    
 Max.   :97.02                     Max.   :4.295e+09    
                                                        
 eobs.speed.accuracy.estimate              eobs.start.timestamp eobs.status
 Min.   : 0.220               2009-02-11 12:14:59.000:   1      A:9877     
 1st Qu.: 5.930               2009-02-11 12:30:01.000:   1      D:   0     
 Median : 7.990               2009-02-11 12:45:01.000:   1                 
 Mean   : 9.498               2009-02-11 13:00:02.000:   1                 
 3rd Qu.:11.250               2009-02-11 13:15:01.000:   1                 
 Max.   :48.670               2009-02-11 13:30:01.000:   1                 
                              (Other)                :9871                 
 eobs.temperature  eobs.type.of.fix eobs.used.time.to.get.fix  ground.speed   
 Min.   :-12.000   Min.   :3        Min.   :  3.00            Min.   : 0.000  
 1st Qu.:  1.000   1st Qu.:3        1st Qu.:  8.00            1st Qu.: 0.350  
 Median :  3.000   Median :3        Median : 14.00            Median : 0.690  
 Mean   :  4.951   Mean   :3        Mean   : 26.27            Mean   : 1.072  
 3rd Qu.:  6.000   3rd Qu.:3        3rd Qu.: 38.00            3rd Qu.: 1.320  
 Max.   : 35.000   Max.   :3        Max.   :120.00            Max.   :43.120  
                                                                              
    heading       height.above.ellipsoid  utm.easting      utm.northing    
 Min.   :  0.00   Min.   :-315.60        Min.   :586587   Min.   :4729143  
 1st Qu.: 27.53   1st Qu.:  43.40        1st Qu.:589165   1st Qu.:4743145  
 Median :173.02   Median :  65.70        Median :589852   Median :4743615  
 Mean   :180.09   Mean   :  65.02        Mean   :589814   Mean   :4742695  
 3rd Qu.:330.30   3rd Qu.:  86.20        3rd Qu.:590332   3rd Qu.:4744081  
 Max.   :359.79   Max.   : 436.60        Max.   :594679   Max.   :4744839  
                                                                           
 utm.zone   study.local.timestamp               X            event.id       
    :   0   Min.   :2009-02-11 06:16:45   Min.   :    2   Min.   :44295482  
 18N:9877   1st Qu.:2010-02-21 03:40:08   1st Qu.: 2782   1st Qu.:44298276  
            Median :2010-03-05 16:12:10   Median : 5444   Median :44300900  
            Mean   :2010-01-31 22:02:41   Mean   : 5445   Mean   :44326065  
            3rd Qu.:2010-03-19 05:26:10   3rd Qu.: 8117   3rd Qu.:44303505  
            Max.   :2010-03-31 11:31:26   Max.   :10760   Max.   :44529025  
                                          NA's   :919     NA's   :919       
 eobs.fix.battery.voltage
 Min.   :3081            
 1st Qu.:3226            
 Median :3281            
 Mean   :3301            
 3rd Qu.:3371            
 Max.   :3559            
 NA's   :919             
$Raster_proj
[1] "+proj=aeqd +ellps=WGS84 +lon_0=-73.8871629 +lat_0=42.73884025"

$Raster_ext
class       : Extent 
xmin        : -5698.789 
xmax        : 5700.728 
ymin        : -5319.348 
ymax        : 5320.201 

$Raster_max_val
[1] 0.1115657

$Raster_min_val
[1] 8.628914e-18

move documentation built on Jan. 16, 2017, 2:22 a.m.