Displaying 1 result from an estimated 1 matches for "templt50_acc".
2009 Nov 05
1
Set colors in a PCA plot based on a gradient vector
...50)
> col8=rgb(1.000,0.880,0.600)
> col9=rgb(1.000,0.679,0.450)
> col10=rgb(0.970,0.430,0.370)
> col11=rgb(0.850,0.150,0.196)
> col12=rgb(0.650,0.000,0.130)
> colTemperature=c(col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11,col12)   # Put all colors in a vector
> 
> tempLT50_ACC=fieldTrial0809[idx, c(48)]
> tempACC=cut(tempLT50_ACC, breaks=c(-5.4, -5.958333333, -6.516666667, -7.075, -7.633333333, -8.191666667, -8.75, -9.308333333, -9.866666667, -10.425, -10.98333333, -11.54166667,-12.1))   # Define the breaks
> table(tempACC)
tempACC
(-12.1,-11.5]   (-11.5,-11]   (-1...