format.lassie | R Documentation |
Formats a lassie
object for printing to console
(see print.lassie
) and for writing to a file
(see write.lassie
). Melts probability or local association
measure arrays into a data.frame.
## S3 method for class 'lassie'
format(x, what_x, range, what_range, what_sort, decreasing, na.rm, ...)
x |
|
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. |
lassie
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.