search for: intensitycb

Displaying 1 result from an estimated 1 matches for "intensitycb".

Did you mean: intensity
1998 Apr 01
1
line plot with NA
I have the following data: intens<-c(28000,72000,120000,150000,180000,260000,310000) #Td peakcb<-c(1.2,2.5,2.7,3.7,5.6,6.2,6.8) #presses/s peakan<-c(0.5,3.7,5.1,5.8,7.4,NA,8.4) (See why I am using NA? I can work around this problem by using intensityan and intensitycb) Now do a plot of peakan: plot(intensity, peakan, pch=10,type="b") The plot skips the point (260000,NA), but no line beyond x=260,000. I think the behaviour should be to draw a line between (180000,7.4) and (310000,8.4). Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....