Test whether a object is a contactmatrix_list
object
Source: R/contactmatrix_list.R
is_contactmatrix_list.Rd
This function tests if the object x
inherits from the contactmatrix_list
object.
Note
This doesn't say anything about whether x
is a valid contactmatrix_list
object as defined in this package. You can use
assert_contactmatrix_list()
for this.