is.nlstac {nlstac} | R Documentation |
Is nlsTAC class check
Description
Checks wether an R object is of tac class or not.
Usage
is.nlstac(x)
Arguments
x |
Any R object. |
Value
Returns TRUE
if its argument is a tac object (that is, has "tac"
amongst its classes) and FALSE
otherwise.
[Package nlstac version 0.2.0 Index]