print.drc {drc} | R Documentation |
'print' displays brief information on an object of class 'drc'.
## S3 method for class 'drc': print(x, ..., digits = max(3, getOption("digits") - 3))
x |
an object of class 'drc'. |
... |
additional arguments. |
digits |
an integer giving the number of digits of the parameter coefficients. Default is 3. |
Christian Ritz
model1<-multdrc(ryegrass) print(model1) model1 # gives the same output as the previous line rm(model1)