
Last chance! 50% off unlimited learning
Sale ends in
Does the input inherit from ``siglist''?
is.siglist(x)
Object to test.
TRUE
if the object inherits from class ``siglist''
and is.sig
returns TRUE
for each element of the input,
and FALSE otherwise.
# NOT RUN {
stopifnot(
!is.siglist(sig(with)) #1 sig is not a siglist.
)
# }
Run the code above in your browser using DataLab