print.dr4pl: Print the dr4pl object to screen.

Description Usage Arguments Examples

View source: R/auxiliary.R

Description

Print the dr4pl object to screen.

Usage

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

Arguments

x

a dr4pl object to be printed

...

all normally printable arguments

Examples

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)

dr4pl documentation built on Aug. 17, 2021, 5:06 p.m.