isDynamicsActive {RedeR} | R Documentation |
Inquires whether 'dynamics' algorithm is active in RedeR application.
isDynamicsActive(obj)
obj |
Object of RedPort Class. |
Returns 1<integer> if true, 0<integer> otherwise.
Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').
Mauro Castro
rdp <- RedPort() ## Not run: calld(rdp) isDynamicsActive(rdp) # 1 or 0 ## End(Not run)