Description Usage Arguments Examples
Print the dr4pl object to screen.
1 2 |
object |
a dr4pl object to be printed |
... |
all normally printable arguments |
1 2 3 4 5 6 | ryegrass.dr4pl <- dr4pl(Response ~ Dose,
data = sample_data_1)
print(ryegrass.dr4pl)
obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5)
print(obj.dr4pl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.