powered by
Objects of this class contain the returned results from NEOS as well as information on which kind of query has been sent and how it was sent.
Objects can be created by calls of the form new("NeosAns", ...) or more conveniently by calling the relevant R API functions.
new("NeosAns", ...)
ans
Object of class "character": The returned XML-RPC of NEOS as character string.
"character"
method
Object of class "character": The name of the called API function.
call
Object of class "call": The call to the generating function of the object.
"call"
nc
Object of class "NeosComm": The NeosComm object that has been used in the request to NEOS.
"NeosComm"
signature(object = "NeosAns"): Returns the converted slot ans from an object of class NeosAns.
signature(object = "NeosAns")
NeosAns
NEOS API: https://neos-server.org/neos/xml-rpc.html
'>NeosComm
# NOT RUN { showClass("NeosAns") # }
Run the code above in your browser using DataLab