Displaying 1 result from an estimated 1 matches for "nir1".
Did you mean:
nir
2009 Dec 22
0
Reshpaing for xyplot() or ggplot()
...)
color XR XG XB L1_1 L1_2 L1_3
1 1 87 55 62 116 124.0 100
2 2 164 125 134 204 203.0 153
3 3 118 64 98 157 101.0 139
4 4 65 72 72 102 111.0 135
5 5 142 95 112 176 161.5 133
6 6 89 113 112 125 128.0 195
> head(refpanel)
color B G R NIR1 NIR2
1 1 0.07 0.10 0.17 0.29 0.43
2 2 0.24 0.32 0.63 0.85 0.87
3 3 0.34 0.19 0.15 0.40 0.86
4 4 0.06 0.14 0.11 0.14 0.18
5 5 0.42 0.22 0.31 0.56 0.86
6 6 0.42 0.47 0.20 0.24 0.43
>
My goal is to use either xyplot() or ggplot (qplot() ?) or
any other better way for simpl...