minimalistic R [🇷 for BE/BA]
Hi ElMaestro!
THX for the code and testing my
R is an outstanding beast I will never master. What ’bout:
THX for the code and testing my
visual acuity
for the second time. 
time <- c( 0, 1, 1.5, 2, 4, 5, 6, 7, 8, 9)
conc <- c(NA, NA, NA, 5, 19, 56, 53, 46, 40, NA)
data <- data.frame(time, conc)
cat("Tmax =", data$time[which(data$conc == max(data$conc[complete.cases(data)]))],
"\nTlag =", data$time[which.max(complete.cases(data))-1], "\n")
—
Dif-tor heh smusma 🖖🏼 Довге життя Україна!![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- ‘Automatic’ selection of time points for λz Helmut 2013-07-22 19:14
- New code Helmut 2013-07-23 02:06
- TTT flawed in case of a lagtime… Helmut 2013-07-23 19:59
- TTT flawed in case of a lagtime… martin 2013-07-23 20:22
- TTT flawed in case of a lagtime… ElMaestro 2013-07-23 22:35
- minimalistic RHelmut 2013-07-24 01:04
- Wow, very efficicient ElMaestro 2013-07-24 10:49
- R’s semantic riddles Helmut 2013-07-24 14:10
- Wow, very efficicient ElMaestro 2013-07-24 10:49
- minimalistic RHelmut 2013-07-24 01:04
- TTT flawed in case of a lagtime… Helmut 2013-07-23 19:59
- New code Helmut 2013-07-23 02:06