print.dr4pl: Print the dr4pl object to screen.

Description Usage Arguments Examples

Description

Print the dr4pl object to screen.

Usage

1
2
## S3 method for class 'dr4pl'
print(object, ...)

Arguments

object

a dr4pl object to be printed

...

all normally printable arguments

Examples

1
2
3
4
ryegrass.dr4pl <- dr4pl(Response ~ Dose,
                      data = sample_data_1)

print(ryegrass.dr4pl)

ahwbest/dr4pl documentation built on May 30, 2019, 4:20 p.m.