Changes between Version 44 and Version 45 of udg/ecoms/RPackage/examples
- Timestamp:
- Feb 14, 2014 3:15:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v44 v45 34 34 [[Image(GulfOfGuinea15members.png)]] 35 35 36 It is often useful to have a world map underneath as a visual reference 36 37 37 38 {{{ … … 41 42 }}} 42 43 43 spplot(sgdf, zcol = c(4,9,13,14), scales=list(draw = TRUE), col.regions = rev(terrain.colors(50)), at = seq(0, ceiling(max(sgdf@data)),10), sp.layout = list(l1)) 44 Suppose we are interested in the visualization of four particular members, forecasting a particularly high precipitation over the southern region. We can choose which ones to display using the `zcol` argument: 44 45 46 {{{ 47 > spplot(sgdf, zcol = c(4,9,13,14), scales=list(draw = TRUE), col.regions = rev(terrain.colors(50)), 48 + at = seq(0, ceiling(max(sgdf@data)),10), sp.layout = list(l1)) 49 50 }}} 45 51 [[Image(GulfOfGuineaSubsetMember.png)]]