Displaying 1 result from an estimated 1 matches for "dllution".
Did you mean:
dilution
2014 Jun 24
2
Making several plots using a loop function
...ch plot.
For example, the titles will be respectively, plot1, plot 2, … plot 9.
Thank you very much!
Hanna
par(mfrow=c(3,3), pty="s", pch=16, col="blue")
for ( i in 1:9) {
lm1 <- lm(log(run_res[2:11, i]) ~ log(level))
plot(log(level), log(run_res[2:11, i]), xlab="dllution levels",
ylab="%PS-80")
abline(lm1)}
[[alternative HTML version deleted]]