View source: R/class_methods.R
print.gnr | R Documentation |
Print estimates of the parameters in a gross output function and names of the output, input, and data from gnrprod
.
## S3 method for class 'gnr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class 'gnr'. |
digits |
the number of significant figures to use for printing. |
... |
currently not used. |
print.gnr
has no return value and only prints a brief overview of elements contained in an object of class 'gnr' as described in the description.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.