## S3 method for class 'drc':
print(x, ..., digits = max(3, getOption("digits") - 3))
## S3 method for class 'mrdrc':
print(x, ...)
model1<-multdrc(ryegrass)
print(model1)
model1 # gives the same output as the previous line
rm(model1)
Run the code above in your browser using DataLab