Revision 71407713
Added by Jim Regetz over 13 years ago
- ID 714077137a2321ceea891b1b94a9c1b8778f11ec
terrain/flow/flow-assessment.R | ||
---|---|---|
136 | 136 |
legend("topright", legend=c("ASTER", "SRTM"), col=c("black", "blue"), |
137 | 137 |
lty=c(1, 1), bty="n") |
138 | 138 |
text(min(lats300), max(ylim)-5, pos=4, font=3, labels="exponential ramp") |
139 |
text(mean(lats300), mean(ylim), font=3, labels="(skipped)") |
|
140 | 139 |
abline(v=60, col="red", lty=2) |
141 | 140 |
|
142 | 141 |
plot(lats300, rmse(sfd.bg, sfd.aster), type="l", xlab="Latitude", |
... | ... | |
159 | 158 |
plot(lats300, rmse(sfd.enblend, sfd.can), type="l", xlab="Latitude", |
160 | 159 |
ylab="RMSE", ylim=ylim) |
161 | 160 |
text(min(lats300), max(ylim)-5, pos=4, font=3, labels="exponential ramp") |
162 |
text(mean(lats300), mean(ylim), font=3, labels="(skipped)") |
|
163 | 161 |
abline(v=60, col="red", lty=2) |
164 | 162 |
|
165 | 163 |
plot(lats300, rmse(sfd.bg, sfd.can), type="l", xlab="Latitude", |
Also available in: Unified diff
removed placeholder cruft from flowdir correlation plots