Revision 100e95ca
Added by Adam M. Wilson almost 11 years ago
climate/research/LST_evaluation.Rmd | ||
---|---|---|
188 | 188 |
d4l=melt(d4,id.vars=c("station","month"),measure.vars=c("value","pred")) |
189 | 189 |
``` |
190 | 190 |
|
191 |
Let's see what that looks for the 10 example stations above. The blue line is the observed LST value and the pink line is the predicted LST from the sinusoidal function.
|
|
191 |
Let's see what that looks for the 10 example stations above. The red line is the observed LST value and the black line is the predicted LST from the sinusoidal function.
|
|
192 | 192 |
```{r,echo=FALSE} |
193 | 193 |
xyplot (value~month|station, data=d4l, groups=variable,type="l", |
194 | 194 |
main="LST at station locations by month", |
Also available in: Unified diff
Adding a new option 2b