Revision 085ecdf3
Added by Jim Regetz over 13 years ago
- ID 085ecdf32ec4b26fa838b2afc1a72fadb9cd04ae
terrain/dem/dem-assessment.R | ||
---|---|---|
249 | 249 |
# d.srtm.vals <- d.srtm.vals[d.srtm.vals>0] |
250 | 250 |
|
251 | 251 |
png("aster-srtm-bins.png", height=5, width=8, units="in", res=300) |
252 |
plotDeltaBins(delta.vals, d.aster.crop.vals, 150, 50, 1500, las=2,
|
|
253 |
cex.axis=0.8, xlab="Midpoints of ASTER elevation bins (m)",
|
|
254 |
ylab="(ASTER - SRTM)")
|
|
252 |
plotDeltaBins(delta.vals, d.srtm.vals, 150, 50, 1500, las=2,
|
|
253 |
cex.axis=0.8, xlab="Midpoints of SRTM elevation bins (m)",
|
|
254 |
ylab="ASTER - SRTM difference (m)")
|
|
255 | 255 |
dev.off() |
256 | 256 |
|
257 | 257 |
# plot scatter of aster vs srtm |
Also available in: Unified diff
switched plot to bin by SRTM elev rather than ASTER