org.ddahl

rscala

package rscala

Visibility
  1. Public
  2. All

Type Members

  1. class EphemeralReference extends Reference

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

  2. class PersistentReference extends Reference

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

  3. class RClient extends Dynamic

    An interface to an R interpreter.

  4. sealed trait Reference extends AnyRef

    A reference to an R object.

Value Members

  1. object EphemeralReference

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

  2. object PersistentReference

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

  3. object RClient

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

Ungrouped