Class-TDcat: S3 methods for class 'TDcat'

Class-TDcatR Documentation

S3 methods for class TDcat

Description

S3 methods for class TDcat:

Usage

## S3 method for class 'TDcat'
print(x, ...)

## S3 method for class 'TDcat'
plot(x, asp = 1, panel.first = {
    grid()
    abline(h = 0, col = "darkgrey")
    abline(v = 0, col = "darkgrey")
},...)
## S3 method for class 'TDcat'
points(x, ...)

Arguments

x

a data.table of class TDcat.

asp

y/x aspect ratio. see plot.window.

panel.first

plotting expression prior to the main plotting. see plot.default.

...

further arguments to be passed to other methods.

Author(s)

Christoph Haeni

See Also

bLSmodelR-package, runbLS, coreModel


ChHaeni/bLSmodelR documentation built on Dec. 5, 2024, 8:47 a.m.