print.lassie {zebu} | R Documentation |
Print a lassie object
Description
Print a lassie
object as an array or a data.frame.
Usage
## S3 method for class 'lassie'
print(x, type, what_x, range, what_range, what_sort, decreasing, na.rm, ...)
Arguments
x |
|
type |
print style: 'array' for array or 'df' for data.frame. |
what_x |
vector specifying values to be returned: |
range |
range of values to be retained (vector of two numeric values). |
what_range |
character specifying what value |
what_sort |
character specifying according to which values should |
decreasing |
logical value specifying sort order. |
na.rm |
logical value indicating whether NA values should be stripped. |
... |
other arguments passed on to methods. Not currently used. |
See Also
[Package zebu version 0.2.2.0 Index]