package ocaml-r

  1. Overview
  2. Docs

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.