package ocaml-r

  1. Overview
  2. Docs
Objective Caml bindings for the R interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-r-0.6.0.tbz
sha256=8ecea70a631896b4328c465028b628a6bcbbb7dbad8571df69c0297ff9a088ca
sha512=ac77d473ba35f98f2ea4034db3be514720d4dadae2e12692d4a846ab6ee03db66a24b846a0f1cd1a2b9cd674dd89c45a82b7d78e884cb3b36f17afff64ffe72c

doc/ocaml-r.base/OCamlR_base/index.html

Module OCamlR_baseSource

Runtime R base library.

Sourceval inherits : OCamlR.Sexp.t -> string -> bool
Sourcemodule Environment : sig ... end
Sourcemodule type Matrix = sig ... end
Sourcemodule type Vector = sig ... end
Sourcemodule Numeric : Vector with type repr := float
Sourcemodule Logical : Vector with type repr := bool
Sourcemodule Integer : Vector with type repr := int
Sourcemodule Character : Vector with type repr := string
Sourcemodule Factor : sig ... end
Sourcetype matrix = [
  1. | `Numeric of Numeric.Matrix.t
  2. | `Logical of Logical.Matrix.t
  3. | `Integer of Integer.Matrix.t
  4. | `Factor of Factor.Matrix.t
  5. | `Character of Character.Matrix.t
]
Sourcemodule List_ : sig ... end
Sourcemodule Dataframe : sig ... end
Sourcemodule Formula : sig ... end
Sourceval sample : ?replace:bool -> ?prob:float array -> size:int -> float array -> float array
Sourceval readRDS : string -> OCamlR.Sexp.t
Sourceval saveRDS : ?ascii:bool -> ?compress:bool -> file:string -> OCamlR.Sexp.t -> unit
Sourceval table : (module Vector with type t = 'a) -> 'a -> Integer.t
OCaml

Innovation. Community. Security.