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/Factor/index.html

Module OCamlR_base.FactorSource

include module type of Integer
include OCamlR.Atomic_vector with type repr := int
include OCamlR.Vector with type repr := int
include OCamlR.SXP
type t
val equal : t -> t -> bool
val is_function : t -> bool
val attr : t -> string -> OCamlR.sexp
val _class_ : t -> string list
val nil_map : t -> f:(t -> 'a) -> 'a option
val print : t -> unit
val unsafe_of_sexp : OCamlR.sexp -> t
val to_sexp : t -> OCamlR.sexp
val length : t -> int
Sourceval of_array : int array -> t
Sourceval of_list : int list -> t
val to_array : t -> int array
val to_list : t -> int list
val get : t -> int -> int
Sourceval of_array_opt : int option array -> t
val to_array_opt : t -> int option array
val get_opt : t -> int -> int option
val get2 : t -> int -> int -> int
Sourceval c : t list -> t
Sourcemodule Matrix : Matrix with type repr := int and type vector := t
Sourceval of_integer : Integer.t -> t
Sourceval of_character : Character.t -> t
Sourceval levels : t -> Character.t
OCaml

Innovation. Community. Security.