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(object, ...)

Arguments

object

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)

jtlandis/dr4pl.dev documentation built on May 25, 2019, 12:43 a.m.