| print.gft_inv | R Documentation |
Compact display of an object of class "gft_inv" as returned by
inv_gft and the other inverse-GFT solvers.
## S3 method for class 'gft_inv'
print(x, ...)
x |
an object of class |
... |
ignored. |
x, invisibly.
r <- inv_gft(gft(0.9^abs(outer(1:5, 1:5, "-"))))
print(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.