print.list_of_spills: 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 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
Tomas Krehlik <tomas.krehlik@gmail.com>