Changes between Version 1 and Version 2 of udg/ecoms/RPackage/examples/pointSelection
- Timestamp:
- Feb 20, 2014 9:35:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples/pointSelection
v1 v2 1 = EXAMPLE 1: Loading and plotting various members1 == Loading and plotting various members using trellis plots 2 2 3 T otal precipitation at the Gulf of Guinea for January 2010 forecasted in October 2009 (lead month 3) by the System4 model (seasonal range, 15 members) is next represented for each member, using the `spplot` method for the `SpatialGridDataFrame` class of library `sp`:3 The `spplot` methods of package `sp` allow the visualization of maps for different spatial classes using trellis (lattice) plots. In this example, total precipitation at the Gulf of Guinea for January 2010 forecasted in October 2009 (lead month 3) by the System4 model (seasonal range, 15 members) is represented for each member, using the `spplot` method for the `SpatialGridDataFrame` class: 4 4 5 5 Data are loaded by introducing the required values for dataset, spatio-temporal window and lead month definition. Note that the argument `members` is omitted, which means that by default all available members (15 in this case, will be returned).