model.default {rube} | R Documentation |
Default S3 method to show model code.
## Default S3 method: model(x, ..., indent=" ", lineNumbers=TRUE)
x |
the text from of code for a rube model |
... |
optional arguments passed to default |
indent |
the string used for indenting ("\\t" is OK) |
lineNumbers |
a logical value indicating lineNumbers should be shown |
Default S3 method to show model code.
Returns NULL invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>