dcv (version 0.1.1)

print.LM: Utility functions for printing.

Description

Users are not encouraged to call these internal functions directively.

Usage

## S3 method for class 'LM' "print"(x, ...)
## S3 method for class 'PMT' "print"(x, ...)
## S3 method for class 'RE' "print"(x, ...)

Arguments

x
Obeject in class "LM","PMT" or "RE"
...
further arguments to be passed to plot

Details

Internal functions for package dcv.

Examples

Run this code
data(val)
test.RE(val[,1],val[,2])

Run the code above in your browser using DataCamp Workspace