Learn R Programming

dr4pl (version 2.0.0)

print.dr4pl: Print the dr4pl object to screen.

Description

Print the dr4pl object to screen.

Usage

# S3 method for dr4pl
print(x, ...)

Arguments

x

a dr4pl object to be printed

...

all normally printable arguments

Examples

Run this code
# NOT RUN {
ryegrass.dr4pl <- dr4pl(Response ~ Dose,
                        data = sample_data_1)
print(ryegrass.dr4pl)

obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5)
print(obj.dr4pl)
# }

Run the code above in your browser using DataLab