Print the dr4pl object to screen.
Print the dr4pl object to screen.
## S3 method for class 'dr4pl' print(object, ...)
object |
a dr4pl object to be printed |
... |
all normally printable arguments |
ryegrass.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_1) print(ryegrass.dr4pl) obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5) print(obj.dr4pl)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.