In a plot with points, I also have some curves. I used the curve
function to get the exponential function in:
curve (fishA$parameterB * (x ^ fishA$parameterAlpha),
from = 50, to = 80, n = 100, add = TRUE)
The curve isn't smooth. How do I improve it? Maybe smooth is not the right word, but the curve is not nice.