org.ddahl

rscala

package rscala

Visibility
  1. Public
  2. All

Type Members

  1. class RClient extends Dynamic

    An interface to an R interpreter.

  2. class REphemeralReference extends RReference

    A reference to an R object which is only guaranteed to be valid in the scope in which it was created.

  3. class RPersistentReference extends RReference

    A reference to an R object which persists beyond the scope in which it was created.

  4. sealed trait RReference extends AnyRef

    A reference to an R object.

Value Members

  1. object RClient

    The companion object to the RClient class used to create an instance of the RClient class in a JVM-based application.

  2. object REphemeralReference

    A reference to an R object which is only guaranteed to be valid in the scope in which it was created.

  3. object RPersistentReference

    A reference to an R object which persists beyond the scope in which it was created.

Ungrouped