search for: length_val

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

2010 Nov 21
1
Alternatives to image(...) and filled.contour(...) for 2-D filled Plots
...ature_vals<-rnorm(length(x_distance_val), 75, 2) temp_samples<-cbind(x_distance_val, y_distance_val, temperature_vals) temp_samples_DF<-data.frame(x = x_distance_val, y = y_distance_val, z = temperature_vals) 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&...
2010 Nov 21
1
Possible to "add" filled.contour(...) to existing plot?
...ature_vals<-rnorm(length(x_distance_val), 75, 2) temp_samples<-cbind(x_distance_val, y_distance_val, temperature_vals) temp_samples_DF<-data.frame(x = x_distance_val, y = y_distance_val, z = temperature_vals) 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&...
2010 Nov 22
0
Problems using Internal filledcontour: "dimension mismatch"
...amples_DF<-data.frame(x = x_distance_val, y = y_distance_val, z = temperature_vals) ak.fan <- interp(temp_samples[,1], temp_samples[,2], temp_samples[,3] ) ak.fan.original<-ak.fan # Get rid of all the NA values and replace with zero values... ak.fan$z[which(is.na(ak.fan$z))]<-0.0 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&...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...75, 2) > > temp_samples<-cbind(x_distance_val, y_distance_val, temperature_vals) > > temp_samples_DF<-data.frame(x = x_distance_val, y = ?y_distance_val, z = > temperature_vals) > > > 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&qu...