powered by
Does the input inherit from ``sig''?
is.sig(x)
Object to test.
TRUE if the object inherits from class ``sig'', and FALSE otherwise.
TRUE
# NOT RUN { stopifnot( is.sig(sig(with)), !is.sig(with) #functions are not their signatures. ) # }
Run the code above in your browser using DataLab