Changes between Version 4 and Version 5 of udg/ecoms/RPackage/examples/continentalSelection
- Timestamp:
- Feb 20, 2014 3:10:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples/continentalSelection
v4 v5 1 1 = Alternative visualization tools: Monsoon in the Indian subcontinent 2 2 3 So far we have shown plotting examples using the trellis plots generated by the spplot `method`. In this examples we show alternative plotting options using more standard R plotting functions for gridded data. To this aim, we load the precipitation data of 1997 for the lead month 1 forecast over the Indian subcontinent, considering the monsoon season from June to September:3 So far we have shown plotting examples using the trellis plots generated by the `spplot` method. In this examples we show alternative plotting options using more standard R plotting functions for gridded data. To this aim, we load the precipitation data of 1997 for the lead month 1 forecast over the Indian subcontinent, considering the monsoon season from June to September: 4 4 5 5 {{{ … … 86 86 87 87 [[Image(contour.png)]] 88 89 == `filled.contour` function 90 91 Filled contour produces a nice output with a graduated colorbar, but placing lines or other elements on the plot is not straightforward... 92 93 94 [[Image(filled_contour.png)]] 95