Class-TDcat | R Documentation |
TDcat
S3 methods for class TDcat
:
## 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, ...)
x |
a |
asp |
y/x aspect ratio. see |
panel.first |
plotting expression prior to the main plotting. see |
... |
further arguments to be passed to other methods. |
Christoph Haeni
bLSmodelR-package
, runbLS
, coreModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.