Revision 4b8cd90f
Added by Rick Reeves over 13 years ago
- ID 4b8cd90fdabaaa66ac1ab4afd75bbfc7d457c008
terrain/rscripts/MosaicCdemDifferencePlots.r | ||
---|---|---|
9 | 9 |
# |
10 | 10 |
# To run: |
11 | 11 |
# |
12 |
|
|
13 |
# 1) start R,
|
|
14 |
# |
|
12 |
# 1) place this file and the input file "tableForMark4000_5_8_SortColID.csv" in folder |
|
13 |
# 2) start R
|
|
14 |
# 3) > source("MosaicCDEMDifferencePlots.r")
|
|
15 | 15 |
# |
16 | 16 |
# Input file: Csv table containing elevations for randomly-selected point pairs from |
17 | 17 |
# ASTER/CGIAR mosaic and CDEM images. Table is generated by the script: 'makeImagePairTable.r' |
Also available in: Unified diff
In header, better 'to run' instructions.