Skip to content
Prev 200944 / 398502 Next

denoting max value in ylim

Have you tried max()?

i.e.
plot (D10$Part.P ~ D10$Klorofyll,pch=16,log = "xy", xlab = ("Chla"), ylab =
("POP"), ylim = c (0, max(D10$Klorofyll)))
helene frigstad wrote: