print.gamtree | R Documentation |
Prints the local and/or global terms in a fitted GAM tree.
## S3 method for class 'gamtree'
print(x, ...)
x |
object of class |
... |
further arguments to be passed to |
gt <- gamtree(Pn ~ s(PAR, k = 5L) | Species, data = eco, cluster = Specimen)
gt ## or: print(gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.