The cool class consists in a list of matrices of class coo. It looks like the $coo component of Coo objects in Momocs.

as_coo(x)

is_coo(x)

check_coo(x)

as_cool(x)

is_cool(x)

check_cool(x)

cool(x)

# S3 method for cool
print(x, ...)

# S3 method for cool
plot(x, ...)

Arguments

x

the object to build/modify or test

...

useless, only here to comply with the generic

Details

Some simple helpers and print/plot methods are available.