NeosAns-class {rneos} | R Documentation |
Class "NeosAns"
Description
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 from the Class
Objects can be created by calls of the form new("NeosAns", ...)
or more conveniently by calling the relevant R API functions.
Slots
ans
:Object of class
"character"
: The returned XML-RPC of NEOS as character string.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.nc
:Object of class
"NeosComm"
: The NeosComm object that has been used in the request to NEOS.
Methods
- show
signature(object = "NeosAns")
: Returns the converted slotans
from an object of classNeosAns
.
Author(s)
Bernhard Pfaff
References
NEOS API: https://neos-server.org/neos/xml-rpc.html
See Also
Examples
showClass("NeosAns")
[Package rneos version 0.4-0 Index]