R/print.ellipsemake.r

Defines functions print.ellipsemake

print.ellipsemake <-
function(x,...) {
print(x$values[c("area","lax","retention","coercion")])
invisible(x)}

Try the hysteresis package in your browser

Any scripts or data that you put into this service are public.

hysteresis documentation built on May 15, 2021, 1:09 a.m.