is.FLXSA | R Documentation |
These two functions return code
if objects are of class FLXSA and
FLXSA.control, respectively.
is.FLXSA(x)
x |
An object to be tested |
is.FLXSA returns TRUE
if its argument is of class
FLXSA
(that is, has "FLXSA" amongst its classes) and FALSE otherwise.
is.FLXSA.control returns TRUE
if its argument is of class
FLXSA.control
(that is, has "FLXSA.control" amongst its classes) and
FALSE otherwise.
xsa <- FLXSA.control()
is.FLXSA.control(xsa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.