print.list_of_spills {frequencyConnectedness} | R Documentation |
Function to not print the list_of_spills object
Description
Usually it is not a good idea to print the list_of_spills object, hence this function implements warning and shows how to print them individually if the user really wants to.
Usage
## S3 method for class 'list_of_spills'
print(x, ...)
Arguments
x |
a list_of_spills object, ideally from the provided estimation functions |
... |
for the sake of CRAN not to complain |
Author(s)
Tomas Krehlik <tomas.krehlik@gmail.com>
[Package frequencyConnectedness version 0.2.4 Index]