Learn R Programming

RedeR (version 1.20.0)

RedPort-class: Class "RedPort"

Description

A class providing access to the RedeR application.

Arguments

Slots

title:
The name of the XML-RPC port.
uri:
The uri to the XML-RPC server.
port:
The port number to the XML-RPC server.
jclass:
The RedeR Java class that should wrap up R graphics.

Details

RedPort methods invoke RedeR application via XML-RPC (remote procedure call) server. For each R method listed above there is a Java mirror that executes a callback procedure. Therefore, the Java callback engine must be initialized before any callback from RedeR (i.e. start the Java application).

See Also

RedPort

Examples

Run this code
    
    # Creates a RedeR object by calling the constructor
    rdp <- RedPort('MyPort')       

Run the code above in your browser using DataLab