search for: conc8

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

Did you mean: conc
2012 Nov 30
1
help on "stacking" matrices up
...E7)) CAFTINF7 <-((Dose/Tinf)*(1/(0.088*76.9)))*(1-exp(-0.088*Tinf))*(exp(-0.088*(TIME7))) CONC7 <-ifelse(TIME7<=Tinf,CDURINF7,CAFTINF7) CDURINF8 <-((Dose/Tinf)*(1/(0.088*76.9)))*(1-exp(-0.088*TIME7)) CAFTINF8 <-((Dose/Tinf)*(1/(0.088*76.9)))*(1-exp(-0.088*Tinf))*(exp(-0.088*(TIME8))) CONC8 <-ifelse(TIME8<=Tinf,CDURINF8,CAFTINF8) CONCF <-matrix(c(CONC1+CONC2+CONC3+CONC4+CONC5+CONC6+CONC7+CONC8)) plot(CONCF,type="l")   I am trying to plot CONCF in a specific way. Let me try to explain: I would like to plot it so that the x axis goes from 0 to 8*INTERVAL (here the INT...