R/print.R

setMethod ('print', 'EotMode', 
           function(x, ...) {
             if (inherits(x, 'EotMode')) {
               show(x)
             }
           }
)


setMethod ('print', 'EotStack', 
           function(x, ...) {
             if (inherits(x, 'EotStack')) {
               show(x)
             }
           }
)
environmentalinformatics-marburg/remote documentation built on June 12, 2025, 1:10 p.m.