search for: color_vals_green_to_yellow_to_red

Displaying 4 results from an estimated 4 matches for "color_vals_green_to_yellow_to_red".

2010 Nov 21
1
Alternatives to image(...) and filled.contour(...) for 2-D filled Plots
...ak.fan <- interp(temp_samples[,1], temp_samples[,2], temp_samples[,3] ) length_val<-floor(max(temperature_vals) - min(temperature_vals))*2 color_vals_red_to_yellow_to_green<-colorRampPalette(c("red", "yellow", "green"), space="Lab")(length_val) color_vals_green_to_yellow_to_red<-colorRampPalette(c("green", "yellow", "red"), space="Lab")(length_val) plot(1,1, col = 0, xlim = c(min(x_distance_val), max(x_distance_val)), ylim = c(min(y_distance_val), max(y_distance_val)), xlab = "Room X Position (FT)", ylab = "Roo...
2010 Nov 22
0
Problems using Internal filledcontour: "dimension mismatch"
...imension mismatch" error and the filled contour doesn't occur. Here is a listing of the actual dimensions: > length(ak.fan$y) [1] 40 > dim(ak.fan$y) NULL > length(ak.fan$y) [1] 40 > length(ak.fan$x) [1] 40 > dim(ak.fan$z) [1] 40 40 > length(lev.sd.vol) [1] 5 > length(color_vals_green_to_yellow_to_red) [1] 20 Note that I did try to use terrain.colors, but that also seemed to produce the same error. I also replaced all the NA values hoping that would help work around this error. I'm kind of coming to the end of my guesses about how to work around this error, so any feedback and advice...
2010 Nov 21
1
Possible to "add" filled.contour(...) to existing plot?
...ak.fan <- interp(temp_samples[,1], temp_samples[,2], temp_samples[,3] ) length_val<-floor(max(temperature_vals) - min(temperature_vals))*2 color_vals_red_to_yellow_to_green<-colorRampPalette(c("red", "yellow", "green"), space="Lab")(length_val) color_vals_green_to_yellow_to_red<-colorRampPalette(c("green", "yellow", "red"), space="Lab")(length_val) plot(1,1, col = 0, xlim = c(min(x_distance_val), max(x_distance_val)), ylim = c(min(y_distance_val), max(y_distance_val)), xlab = "Room X Position (FT)", ylab = "Roo...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
..._samples[,1], temp_samples[,2], temp_samples[,3] ) > > length_val<-floor(max(temperature_vals) - min(temperature_vals))*2 > > color_vals_red_to_yellow_to_green<-colorRampPalette(c("red", "yellow", "green"), > space="Lab")(length_val) > color_vals_green_to_yellow_to_red<-colorRampPalette(c("green", "yellow", "red"), > space="Lab")(length_val) > > plot(1,1, col = 0, xlim = c(min(x_distance_val), max(x_distance_val)), ylim = > c(min(y_distance_val), max(y_distance_val)), xlab = "Room X Position (FT)",...