Changes between Version 9 and Version 10 of udg/ecoms/RPackage/examples
- Timestamp:
- Apr 16, 2013 6:35:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v9 v10 13 13 > str(openDAP.query) 14 14 List of 7 15 $ VarName : chr "Mean_temperature_at_2_metres _since_last_24_hours_surface"15 $ VarName : chr "Mean_temperature_at_2_metres" 16 16 $ VarUnits : chr "degC" 17 $ TimeStep : chr "24h" 17 $ TimeStep :Class 'difftime' atomic [1:1] 1 18 .. ..- attr(*, "tzone")= chr "" 19 .. ..- attr(*, "units")= chr "days" 18 20 $ MemberData :List of 1 19 21 ..$ : num [1:310, 1:280] 13.3 13.9 12.5 13 13 ... … … 22 24 .. ..$ : NULL 23 25 .. ..$ : chr [1:2] "lat" "lon" 24 $ RunDates : POSIXlt[1:310], format: "1989-12-01" "1989-12-01" "1989-12-01" "1989-12-01" ... 25 $ ForecastDates: POSIXlt[1:310], format: "1990-01-01" "1990-01-02" "1990-01-03" "1990-01-04" ... 26 $ RunDates : POSIXlt[1:310], format: "1989-12-01" "1989-12-01" "1989-12-01" ... 27 $ ForecastDates:List of 2 28 ..$ Start: POSIXlt[1:310], format: "1990-01-01" "1990-01-02" "1990-01-03" ... 29 ..$ End : POSIXct[1:310], format: "1990-01-02" "1990-01-03" "1990-01-04" ... 26 30 }}} 27 31 28 A simple representation of data consists ofmapping the spatial mean for the period considered:32 A common task consists of the representation of data, e.g. by mapping the spatial mean for the period considered: 29 33 30 34 {{{